eksime / VDesk

Launch programs on new virtual desktops.
GNU General Public License v3.0
625 stars 57 forks source link

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

Open dragos240 opened 1 year ago

dragos240 commented 1 year ago

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 commented 1 year ago

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