Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
hello every one;

I used c# in visual studio 2010 for developing a windows form program ; because of problems in my windows home premium; I had to change windows to ultimate version (by format and install new version); after I Installed all of the needed software and drivers; I started to work in my windows form C# project,

but unfortunately the speed of debugging my project has been so lower than the past version, please help me what is the wrongs, and how solve it

my CPU usage is just 27% and my ram usage is 50
Posted
Updated 10-Jun-14 23:20pm
v2

1 solution

There are a lot of possible reasons for this, and I assume you have googled? If not, then one possibility is that when you re-installed, your VS installation has not yet been patched to the same version as that which you were using. This could leave some of the VS internal files incompatible with the version of VS you have at the moment. Try deleting all the *.SDF and *.SUO in your solution and projects, and then do a Clean and Rebuild. That may cure it.

If not, then take a closer look at your performance monitoring: is that 27% one whole core tied up permanently plus a little bit elsewhere? (if you have a 4 core machine, that's pretty easy) If so, it could indicate that one thread is permanently busy - and it's then worth looking for which thread that is.
 
Share this answer
 
Comments
Hadi IR 11-Jun-14 7:00am    
thank you very much for answering;

I deleted *.SUO and then Clean and Rebuild the solution but the problem still exist;

my laptop use 58% of 4 Gb Ram in all the time; but in that step that takes a lot of time for debugging the CPU usage will get to 27% (devnev.exe use 24-25%) while in common time is 7% ;

I installed setup of this program; and in the version of installed the problem doesn't exist; and speed is well;

Do you think my problem is because of shortage of the ram according to what Sampath Lokuge mentioned in solution 1 ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900