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
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
The text was updated successfully, but these errors were encountered:
I was getting the following error with no other output trying to launch VDesk after a Windows update.
I "solved" it by changing the line containing
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
to<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
(line 12) inVDesk/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
The text was updated successfully, but these errors were encountered: