| New Silverlight Tooling Support in Visual Studio 2010 Beta 2 |
| Saturday, 05 December 2009 14:39 |
|
Visual Studio 2010 Beta 2 will bring full support for developing applications in Silverlight 3. There’s a few things that have changed since VS2010 Beta 1. Silverlight 2 is no longer supported – long live Silverlight 3Now that Silverlight 3 has released (including a GDR; the latest version is currently 3.0.40818), VS2010 has moved the minimum supported version to Silverlight 3. The new installation experience will include the latest Silverlight 3 developer runtime and Silverlight 3 GDR 2 SDK.
If you already have the Silverlight 3 RTW version of the SDK installed, this component may fail during VS installation, but not to worry – it won’t affect anything outside Silverlight. If this does occur, you can uninstall the RTW version of the Silverlight 3 SDK and then install the newer SDK manually (recommended).The Silverlight 3 GDR 2 SDK has several bug fixes for VS2010 and Silverlight development in general. Some of the new features in VS2010 (such as IntelliSense improvements listed below) may not work without the updated SDK, but all VS2008 features will work correctly.
Silverlight designer is back – long live Silverlight designerBack by popular demand is the XAML designer, removed from the Silverlight 3 Tools release for VS2008. This designer is better than ever, including for the first time an interactive design experience for Silverlight. Also new is support for the Properties tool window, to better allow you to customize your controls.
New option for OOB – long live Silverlight 3 Out-of-BrowserIt’s added one additional option to the Silverlight Out-Of-Browser dialog. One setting not previously exposed was the option to hide the default installation context menu for your app (i.e. if you want to limit installation to actions inside your application). If you turn off “Show install menu”, users will no longer have the right-click install for OOB applications except where you provide it (i.e. via your own install button) :”Install My Out-of-Browser Application onto this computer”. (For reference, if you’d like to turn this off in VS2008, you can modify the ShowInstallMenuItem attribute in OutOfBrowserSettings.xml under the project properties node.) Improved Intellisense wire-up during development – Long live real-time IntelliSenseSomething that has long been missing from Silverlight development is automatic and (near-)instant IntelliSense between XAML and code-behind. Now, once you’ve created a control in markup, it should appear in IntelliSense immediately. Note for Expression Blend users – warnings when opening VS2010 solutions/projectsUnfortunately, Expression Blend 3 only supports .NET 3.5 and VS2008 project files and solutions, so VS2010 project files may present some difficulties. You may run into some of the following issues:
< Back |


