C++ DLL
mltgames
Posts: 17 Bronze 1
I want to include an Unmanaged DLL Inside my projet.
But when I'm obfuscating the code I have this error :
System.IO.FileLoadException: Could not load file or assembly 'RFAccessPoint, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
But this is a C++ Library and I can't sign the assembly with a strong name.
How can I use this DLL if I can't sign the DLL with a strong name.
Thanks for your help,
But when I'm obfuscating the code I have this error :
System.IO.FileLoadException: Could not load file or assembly 'RFAccessPoint, Version=3.5.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)
But this is a C++ Library and I can't sign the assembly with a strong name.
How can I use this DLL if I can't sign the DLL with a strong name.
Thanks for your help,
Comments
The requirements documentation under System requirements to run the software modified by SmartAssembly indicates that:
So you will need to exclude this from obfuscation in the SmartAssembly project.
Kind regards,
Alex
Have you visited our Help Center?