9

I have just installed Visual Studio 2012 RC that come with Blend standalone version. When I start a new project the list is empty, there are no templates to choose from.

New Project Blend

Do you have any idea how to solve the problem?

Blachshma
  • 17,097
  • 4
  • 58
  • 72
Drake
  • 8,225
  • 15
  • 71
  • 104

6 Answers6

4

With the upcoming update of visuals studio (update 2) support for Silverlight and WPF will return. I think this will work on Windows 7 too. You won't be able to build Windows Store apps though.

You can install the CTP of the update if you like.

If you don't want to update visual studio yet, you can install the Blend + SketchFlow Preview for Microsoft Visual Studio 2012

Sorskoot
  • 10,190
  • 6
  • 55
  • 98
3

What version of Windows 8 are you running? The most recently released version of Blend with VS2012 must be installed on Windows 8 Release Preview, http://windows.microsoft.com/en-US/windows-8/release-preview.

This release of Blend targets Metro style app development on Windows 8.

~Lori

Lori Dirks
  • 31
  • 1
  • well, it was bundled for some reason, I'd never install Blend with my conscious mind :) – balint Jul 19 '12 at 13:12
  • @Lori Dirks Is this version specific for Metro style only then? I have installed on Windows 7 and I would expected to find at least template for WPF apps compatible with W7 – Drake Aug 05 '12 at 14:43
  • What a clusterf**k! How do I author a project created in Visual Studio 2012 with Blend? – bitbonk Jan 03 '13 at 13:00
2

Visual studio 2012 update 2 introduce a new version of Blend, witch is working correctly (including new project creation) for silverlight 4, silverlight 5, windows 8 app and so on.

Jean.R
  • 466
  • 3
  • 10
1

Microsoft Answer Looks like it isn't available for win7 but have to update to win8 "Unfortunately Blend is empty on Win7, no matter which version you installed. It will work when you upgrade OS to win8. Or you can use visual studio directly."

Hennish
  • 685
  • 6
  • 10
0

Same issue, with the visual studio 2012 pro installed with the web-installer available on the MS website.

As i understand, blend for visual studio 2012 can be used only under windows 8 ?! So why is it possible to install it under a windws 7 o_0 Feel really strange that we can't anymore edit silverlight 5 xaml under blend anymore except under windows 8...

Jean.R
  • 466
  • 3
  • 10
0

I have Win7 + VS 2012 Ultimate SP3 + Blend installed and the following is a very good way to work around this issue:

  • Do not try to open Blend seperately or open new projects in Blend
  • Instead insert your new XAML based user control in a VS 2012 project or solution (...where they will end up anyway...)
  • Select the XAML file in the project explorer in VS 2012
  • Go to the VS 2012 menu => View => "Open in Blend..."
  • TADA: The XAML based control is opened in Blend and you can just normally work on it

By the way: I have another machine, without any VS 2012 service packs installed. On that machine opening and working with blend is no problem. It seems to be a VS 2012 service pack related problem.

Happy Coding!

Michael
  • 938
  • 1
  • 10
  • 34