LegacyWrapper
LegacyWrapper copied to clipboard
EntryPointNotFoundException: Unable to find an entry point named '{function}' in DLL '{MyC#32Bit}.dll'
Hi,
Got EntryPointNotFoundException while trying to load c# class 32 bit dll in a 64bit console application.
Please help to resolve this. Thanks,
Hello @karthit ,
are you trying to load a .NET class library? LegacyWrapper is designed for loading native DLLs.
Kind regards Franz