I have built a Windows Forms application which does a lot of SQL server access via Data Adapters and Datasets.
When I try and run it (having installed the .Net redistributable on the target machine) it comes up with Unhandled exceptions.
On my development machine it runs fine, but it has Visual Studio installed. This leads me to believe it is environmental, and I am missing something on the target machine. I already updated it to MDAC 2.7 but the exception persists.
Can I install a JIT debugger on the target to see what the exception is? or do I need the whole Visual Studio environment? Any other suggestions for a way around this?
Thanks
JJ
When I try and run it (having installed the .Net redistributable on the target machine) it comes up with Unhandled exceptions.
On my development machine it runs fine, but it has Visual Studio installed. This leads me to believe it is environmental, and I am missing something on the target machine. I already updated it to MDAC 2.7 but the exception persists.
Can I install a JIT debugger on the target to see what the exception is? or do I need the whole Visual Studio environment? Any other suggestions for a way around this?
Thanks
JJ