Hello,

I have a C# application created using VS 2008 , then those DLLs areimported to another application created using VS 2005. There were no build errors at all for all the application module.When I created an installer & distributed to non-development m/c's I got an error message saying "Error: the type initializer for <module> threw an exception" the module it points to is a C# DLL.

Please let me know what care I should take to work it properly?