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
{{ message }}
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
I have a WFP non-packaged app that has dependencies on Visual C++ 2005. When adding any Xaml Islands controls to the main window I get an error during startup that there was an issue loading the C runtime. As soon as the Visual C++ 2005 runtimes (msvcm80.dll, msvcp80.dll and msvcr80.dll) are removed, the app starts up and runs as expected.
Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:
Hello jpgrusling, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Describe the bug
I have a WFP non-packaged app that has dependencies on Visual C++ 2005. When adding any Xaml Islands controls to the main window I get an error during startup that there was an issue loading the C runtime. As soon as the Visual C++ 2005 runtimes (msvcm80.dll, msvcp80.dll and msvcr80.dll) are removed, the app starts up and runs as expected.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
App should start without error.
Screenshots
Environment
Additional context
Please see the attached reference app for an example of the issue.
Reference App.zip
The text was updated successfully, but these errors were encountered: