eefileloadexception

EEFileLoadException when using C# classes in C++(win32 app)

For deployment reasons, I am trying to use IJW to wrap a C# assembly in C++ instead of using a COM Callable Wrapper. I've done it on other projects, but on this one, I am getting an EEFileLoadException. Any help would be appreciated! Managed C++ wrapper code (this is in a DLL): extern "C" __declspec(dllexport) IMyObject* CreateMyOb...

File Load Exception on application startup

My application has encountered a problem and needs to close. Of course Microsoft is sorry for the inconvenience, but how am i supposed to debug my app? Which dll fails to load? The error report contains between others, system.io.fileloadexception How do you handle situations like these? ...