Sharpnado.Tabs
Sharpnado.Tabs copied to clipboard
[MAUI] Support for WinUI?
Have you tried it on winUI ?
I did, tried it in stand-alone app, and also the sample app. both crash with:
: 'Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)'
Even after targeting to net7.0 getting this:
xception thrown: 'System.Runtime.InteropServices.COMException' in System.Private.CoreLib.dll
Exception thrown: 'System.TypeInitializationException' in Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll
I have the same problem
Is there a work around to fix this error? Unable to load DLL 'Microsoft.ui.xaml.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
seems related to: https://github.com/microsoft/WindowsAppSDK/issues/1762
looks similar, except that one was closed, although the issue is still there. adding the trakcer here: https://github.com/microsoft/WindowsAppSDK/issues/2443
Seems like the machine is missing the correct component. Can be fixed by intalling VCRedist Source: https://github.com/microsoft/WindowsAppSDK/issues/1762#issuecomment-966649362
@roubachof I installed the missing components by installing VCRedist restarted the machine but i am still getting the same error trying to run the sample
well I'm afraid I can't do much about this...
The sample is missing a Properties/launchSettings.json file containing the following. If you add the file it will work.
{ "profiles": { "Windows Machine": { "commandName": "MsixPackage", "nativeDebugging": false } } }