Common Language Runtime Debugging Services

M

michele

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
 
G

Guest

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.

Have you tried placing a debugger on the app?
 
M

michele

Spam Catcher said:
Have you tried placing a debugger on the app?

The appllication was installed on different computer where it was developed,
do you think that I can install a dubbugger on that computer without install
Visual Studio 2003?
 
G

Guest

The appllication was installed on different computer where it was
developed, do you think that I can install a dubbugger on that
computer without install Visual Studio 2003?

Yes, you can download the .NET SDK CLR Debugger. Here is a link on
debugging ASP.NET using the CLR debugger, but it should be similar for a
WinForms application:

http://support.microsoft.com/kb/893657

You can download the .NET SDK Here:

http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-
4070-9f41-a333c6b9181d&displaylang=en

As long as the PDBs are included with the application you should be able to
debug.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top