Replies: 2 comments
-
Which exact Windows SDKs did you install? Maybe the 18362 is missing? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Montago I ran into the same issue when running WinUIGallery.DesktopWap directly. Running WinUIGallery.DesktopWap.Package instead does work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the newest version of Visual Studio 2022 Professional (17.2.6) installed
I've installed the Windows 10/11 SDK's
I've installed all required modules for Visual Studio 2022
When opening and compiling the sample solution, the WinUIGallery.DesktopWap.Package project gives me errors on both dependencies along with a compile error:
"The "ResolvePackageDependencies" task failed Unexpectedly
I've tried reinstalling and updating the Nuget packages but it changed nothing.
I've also tried changing the target OS version..
When debugging im getting 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)'
any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions