VirtualDesktop
VirtualDesktop copied to clipboard
Fix not working with .NET Framework 4.7.2
System.Runtime.Loader is not supported on .NET Framework 4.7.2. We need to use Assembly.LoadFrom instead.
Also got bitten by this.
Just spent an evening figuring this out, please merge.
Just tried it out, still works.
Please merge this!!!! This is really a pain to figure out!
Please fix the checks and merge to master.