Hi, I've a problem with my .Net apllication that before runs ok. Now, when I
try to run application appears a dialog box titled "Common Language Runtime
Debugging Services" and reports "applications has generated and exception
that could not handled". My application was develped with Visual Studio 2003
for Framework 1.1.
Can you help me to troubleshoot this problem.
Thanks
learnerplates - 16 Jan 2007 10:14 GMT
Michelle,
I think the Visual Studio Debugger is your first call, you can turn on
CLR exceptions from the Debug menu.
This should stop the debugger when the exception raises it's ugly head.
LP.
> Hi, I've a problem with my .Net apllication that before runs ok. Now, when I
> try to run application appears a dialog box titled "Common Language Runtime
[quoted text clipped - 3 lines]
> Can you help me to troubleshoot this problem.
> Thanks
michele - 18 Jan 2007 09:38 GMT
How can I do if the software was installed in a coputer without Visual
Studio? Can I install debugger separately?
Thanks
> Michelle,
> I think the Visual Studio Debugger is your first call, you can turn on
[quoted text clipped - 13 lines]
>> Can you help me to troubleshoot this problem.
>> Thanks
Alexander Malapheev[MCP] - 18 Jan 2007 15:02 GMT
Hello,
It is looks like a problem within your application. Can you write which
exactly exception was generated.
Also if you install VS on this machine you can push "debug" and look
into call stack to watch which method generated exception.
> Hi, I've a problem with my .Net apllication that before runs ok. Now, when I
> try to run application appears a dialog box titled "Common Language Runtime
[quoted text clipped - 3 lines]
> Can you help me to troubleshoot this problem.
> Thanks