CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

.NET 7 support #45

Open Reintjuu opened 1 year ago

Reintjuu commented 1 year ago

Is there a way to run this from a project that is not .NET Framework? I'm currently getting the following exception when trying to get an instance from the WrapperProxyFactory:

System.TypeLoadException: Could not load type 'System.Runtime.Remoting.RemotingServices' from assembly 'mscorlib, Version=4.0.0.0

zalintyre commented 1 year ago

Unfortunately not. Feel free to submit a pull request, though!