I have an application that I am test deploying to others in my company. The application runs fine in the IDE as well as from the exe on my PC. However, when I install the program on another PC I get the following error when I try to run it:
An unhandled exception of type 'System.TypeIni tializationExce ption' occurred in Unknown Module.
Additional information: The type initializer for "WindowsApplica tion.MainModule " threw an exception
The only thing "out of the ordinary" that I am using is MSDE and the Crystal Reports Engine included in VS.Net 2003.
Any thoughts as to what is happening and what I can do to alleviate this?
An unhandled exception of type 'System.TypeIni tializationExce ption' occurred in Unknown Module.
Additional information: The type initializer for "WindowsApplica tion.MainModule " threw an exception
The only thing "out of the ordinary" that I am using is MSDE and the Crystal Reports Engine included in VS.Net 2003.
Any thoughts as to what is happening and what I can do to alleviate this?