.Net program execution is very slow

Hi,

Suddenly in my system the .net program execution became very very slow . It is taking lot of time for step by step execution in the debug mode. Also the programs which used to execute in 30 sec earlier are taking about 20 minutes to execute. All other applications like MS-office and others are working fine. Please inform how to take corrective steps in this regard.

Thanks

SM



Answer this question

.Net program execution is very slow

  • LC Johnny

    Hi I also have the same problem now. My application is now very worst slow and getting response in say upto 5 minutes during startup and also even in case of new feature/dialog access.

    I feel that this situation has started after one of the two things

    installing a package that supports .NET installation or

    or Installing Microsoft Debugging Tools for Windows.

    Even I feel that after installation of Microsoft Debugging Tools for Windows it is showing very severely. Even I have removed this Debugging Tools installation, even it is showing the same response. Even I installed .NET 2003 Service Pack 1. But still result is same. I am suspecting because sometimes it is showing .LDR footprints in Debug Window during Debugging application.

    By any chance anybody has any clue

    Thanks in advance,

    Girish



  • wizkid1

    What is the CPU utilization like I would suggest that you also monitor the GC gen-0, 1 and 2 performance counters for your offending applications. Also monitor bytes in all heaps. you may have a heap fragmentation problem.

    What version of the framework are you running Are you using any interop/win32 api etc Can you provide a application dump and debug symbols



  • .Net program execution is very slow