Home » General | .NET | Silverlight

Increase VS2010 beta 2 stability for those who are stuck with it

10. February 2010 by Kevin Dockx 2 Comments

As some of you might know, a new RC has just been released for VS2010 – it’s supposed to be much more stable and faster than the second beta.  However, as of now, there’s no Silverlight 4 support, we’ll have to wait for a new release of the Silverlight assemblies.  Which means those of you – including me – who use Visual Studio 2010 for Silverlight 4 development are stuck with the beta for now.

 

And the beta isn’t exactly crash-prone, especially in combination with Silverlight.  However, there are a few things you can do to improve your experience.  One of them comes down to disabling the Highlight References feature, which I just read about on the design-time writer’s block

 

I would like to add another tip to that, which greatly reduced the number of crashes (not just on startup, but throughout development) for me: start up Visual Studio 2010 beta 2 without the splash screen, by using devenv.exe /nosplash.

 

Hope these few tips help some of you out!

Comments

United States simon said:

what! you're blogging about this NOW!
why not 2 months ago!

do you know why /nosplash makes a difference. seems quite a bizarre suggestion without an explanation

Netherlands kevindockx said:

Sorry Wink  I'm blogging about this now because the new RC isn't compatible with Silverlight 4 beta at the moment.  

The tip about disabling the splash screen was something I found out about while looking for a solution for a weird error when creating new Silverlight projects.  After doing this, I noticed I got a lot less errors in general.  VS used to crash on me frequently when switching to XAML, when loading solutions with multiple RIA Class Libraries, it often lost IntelliSense, etc.  After disabling the splash screen, most of these problems actually disappeared.  More info: connect.microsoft.com/.../visual-studio-2010-beta-2-does-not-open-a-new-wpf-application-solution

Mind you, this doesn't mean it's completely stable atm.  It still crashes, but... less often.  That'll have to do for now I'm afraid - until the new SL4 version is released.

Add comment




  Country flag

biuquote
  • Comment
  • Preview
Loading