You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app halts with an unhandled exception during Application::Start
The error message in the UnhandledException-handler is "Cannot create instance of type 'Microsoft.UI.Xaml.Controls.XamlControlsResources' [Line: 17 Position: 37]"
Setting a breakpoint in base.h, factory_cache_entry, I think that this is related to the activation of "WinUIComponentCs.WinUIComponentCs_XamlTypeInfo.XamlMetaDataProvider".
Apparently, it's not possible currently to activate C#-components in an unpackaged Cpp-application; at least not according to the current documentation and provided samples.
Environment: Visual Studio Community 2022 17.9.4.
This happens with the NuGet packages in the versions referenced in the sample project, but also with up-to-date packages.
Update: the x86 build works as expected.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
The error message in the UnhandledException-handler is "Cannot create instance of type 'Microsoft.UI.Xaml.Controls.XamlControlsResources' [Line: 17 Position: 37]"
Setting a breakpoint in base.h, factory_cache_entry, I think that this is related to the activation of "WinUIComponentCs.WinUIComponentCs_XamlTypeInfo.XamlMetaDataProvider".
Apparently, it's not possible currently to activate C#-components in an unpackaged Cpp-application; at least not according to the current documentation and provided samples.
Environment: Visual Studio Community 2022 17.9.4.
This happens with the NuGet packages in the versions referenced in the sample project, but also with up-to-date packages.
Update: the x86 build works as expected.
The text was updated successfully, but these errors were encountered: