I've been having a couple of problems with the VB.NET IDE, and also with the common controls. I'm not sure if i need to reinstall Visual Studio .NET, change my settings, or what, but i thought i'd check to see if anyone else has experienced either of these problems...

1) When i click the start button to test my project it only starts up about 50% of the time. When it doesn't start everything still switches into debug mode, but none of my code gets executed... so i just have to stop it and click on start again... Even if i have just recompiled everything the problem still exists.

2) When i use a vertical scroll bar (i haven't tried it with the horizontal) i can't manually (using the up/down arrows, and moving the slider) change the value past 'Maximum - LargeChange + 1'... this basically means that in order for it to be possible to get to the maximum value i must leave the LargeChange property at 1...

...So has anyone experienced any of the difficulties and/or know of a way to fix them?