Trying to setup my laptop to edit and run my C# application which called C++ dll. compile is ok, but when I run it, TypeInitializationException was unhandled
error happened.
It said: The type initializer for '<Module>' threw an exception.
I also installed Visual Studio 2008 sp1.
No any problem at my desktop computer. Same OS, windows XP.
any idea?