Using VS2022 Community Edition Win10 64 bit on a WinUI 3 Project
Code compiles clean and Rebuild Succeeds
Execution goes into Break mode with this error
System.DllNotFoundException: 'Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'
But Microsoft.ui.xaml.dll was downloaded and copied into
C:\Windows\SysWOW64 and into C:\Windows\System32
Any ideas as to what I should do ?