New Projects using Blend vs Visual Studio

June 1, 2007 at 2:32 pm (Blend, Visual Studio)

Just a heads up. Currently, creating new projects using Expression Blend (v 1.0.1.083) and Visual Studio 2005 (v 8.0.50727…) differ dramatically. Besides the obvious naming differences, the Visual Studio windows application template includes many more references than the Blend standard application template. Also the Visual Studio templates treat project properties files differently by placing the files inside of the Properties folder. The Blend template simply adds a generic AssemblyInfo.cs file that states “Do not modify.” In general, I would start with creating the project in Visual Studio, unless I’m creating one-off prototypes.

New Project in Visual Studio

image

New Project in Blend

image

Post a Comment