I have an .net application that will not run on a target machine. I keep getting an error saying "Application has generated an exception that could not be handled"
The confusing part is that there is an earlier version of the application that was written by a different programmer that works on the target machine. The DLLs are the same on both versions. I made sure that the .net framework 1.1 was installed. MSDN recommended I install .net framework 2.0. That still did not solve the problem.
I added error logging throughout the code including at the initial load but the application never gets loaded.
Anybody have any suggestions on how i can fix this issue?
Thanks
The confusing part is that there is an earlier version of the application that was written by a different programmer that works on the target machine. The DLLs are the same on both versions. I made sure that the .net framework 1.1 was installed. MSDN recommended I install .net framework 2.0. That still did not solve the problem.
I added error logging throughout the code including at the initial load but the application never gets loaded.
Anybody have any suggestions on how i can fix this issue?
Thanks