I have a pretty small app written in C#. At first - when I was building the form, IDE performance getting in and out of debug mode was fine - about the same as with VS2003. But now - without adding too much additional code, the IDE is acting really sluggish.
I measured the time to start the app in debug mode - the time measured from when I hit F5 until the form was display was 72 seconds, and the time getween closing the app and when the IDE was active again was 59 seconds.
Also just switching between the code and the design tab of the main form takes a long time.
Is anyone else seeing similar behavior Its making this really difficult to use.
John Haas
Underhill, VT

IDE taking forever to get in and out of debug mode
Jason.
http://forums.microsoft.com/msdn/ShowPost.aspx PostID=54840
Try going to Tools->Options->Windows Forms Designer->General
and setting AutoToolboxPopulate=false;
HTH,
Karen
Brad Eck
I did have designer open for the one and only form in the app. I closed the designer and restarted VS as you suggested and got the same result.
I also tried importing the settings for "C# Developer", becuase I had originally chosen something different, and that didn't help.
Every time I try to do anything in the IDE, the porcessor jumps to 100% for a short period of time, and this machine is no dog - a single 3.6GHz proc, with 3GB of RAM.
John
Gravedigger
If you have the designer open, close the designer, restart VS and try again.
figo2476
There are a lot of variables that affect the load/shutdown time.
Are there a lot of files open in the editor Can you try closing them all and trying again
Also, can you try deleting the *.suo file (you will lose all open file information + breakpoints + bookmarks + etc.) and check if that improves the load/shutdown time