Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

@dragos240

Description

@dragos240

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions