Skip to content
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

Getting error "Unable to load one or more of the requested types" after Windows update #97

Open
dragos240 opened this issue Jul 20, 2022 · 1 comment

Comments

@dragos240
Copy link

dragos240 commented Jul 20, 2022

I was getting the following error with no other output trying to launch VDesk after a Windows update.

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information

I "solved" it by changing the line containing <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion> to <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> (line 12) in VDesk/VDesk.csproj and recompiling the code with msbuild. So it seems to be related to the .NET framework 4.7.1 not working anymore?

Edit: On Windows 10 build 19044.1862

@dragos240
Copy link
Author

I can provide the built binary, just not sure if that's okay to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant