IDE does not repsond after a successful build
Thanks!
Thanks!
1) Are you using Build (from build menu) or are you using Run in Debug Mode?
2) Is it a Win Forms or a Web Application?
3) Which version of IDE are you using?
Generally in VS 2005 Beta 2 - if you Run in Debug mode it takes couple of seconds after the build and before the Application is launched (in debug mode). I would presume that this delay is in getting the debugger ready and attaching it to the Application's Process. This might make you VS IDE look hunged?
Also if its a Win Forms app - remember it usually takes the Win Form app some time to start up the first time.
Lei - Try going to Tools->Options->Windows Forms Designer->General HTH,
Try this solution from another thread since you're building a winforms app.
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=54840
and setting AutoToolboxPopulate=false;
Karen