.NET Application error when running on server
Hello,
I have recently developed a mid-sized .NET Windows application on my local machine and after testing this I have tried to deploy the application on a server where other users may access the application.
However, when I try to run the application on the server (the application is installed via a setup project with in the application) I get the error message:
Application has generated an exception that cannot be handled
Process id=0x1340(4928), thread id=0x1388 (5000)
After hours of trying to figure out what the problem is I tried to install a simple Hello World application with references to the the COM object referenced in my application. I get the same error even with this application!
I am stuck because the application works fine on m local machine. Can anyone inform what the error could be, or, what debugging tool I can use to find why the application won't load??
Waiting eagerly for your help,
Ro