Message 1 of 8
Not applicable
05-03-2019
01:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a Visual Studio C# project which generates a DLL file for AutoCAD.
I created another project in the same solution, which is a testing project so I can run some unit tests using NUnit on some methods.
If I compile both projects as x86 and I use NUnit x86 I get System.BadImageFormatException on Acdbmgd.dll
If I do the same on x64 I get System.IO.FileNotFoundException on Acdbmgd.dll
Does anyone know what I am doing wrong? Thank you.
If you need more information just ask.
Solved! Go to Solution.