Yet another “could not load file or assembly … or one of its dependencies. The system cannot find the file specified”
I have a dll with NUnit tests that had been working fine. I converted it from an Any CPU to an x86 project because I need to use SQLite reliably across different platforms, so I need to include the 32-bit System.Data.SQLite.dll and let everything reference that. Anyway, after conversion, NUnit gives that error when trying to load the dll. I don't think this will be enlightening at all, but here is the stack trace: System.IO.FileNotFoundException: Could not load file or assembly ... or one of its dependencies. The system cannot find the file specified" Server stack trace: at System.Reflection