-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPF Applications require crash with System.TypeLoadException when VC++ redistributables are not present #37
Comments
This has been fixed. You'll notice that recent core-sdk builds contain the following new assemblies in the
WPF now carries along with it a privatized copy of All WPF assemblies are statically linked to VC++ restributables i.e.,
The above two assemblies are C++/CLI assemblies built using This means that applications are free to link and redistribute == In addition to removing the dependency on |
WPF Applications crash with
System.TypeLoadException
when Visual C++ Redistributable for Visual Studio 2017 is not installed. The latest version of VC++ redistributable can be obtained from here.This dependency will be removed prior to .NET Core 3.0 final release.
The text was updated successfully, but these errors were encountered: