I have built a wpf application in visual studio and would like to get the project into expression blend to design the view.
I have Visual studio 2013 Premium installed and Expression Blend 4 installed. I have been following the instructions in this link Getting started with Blend for Visual Studio 2013 It states:
Blend is installed when you install Visual Studio. To locate Blend, type Blend in the Search box.
You can also open a project in Blend from within Visual Studio. With the project open in Visual Studio, do one of the following:
Right-click the project file in the Solution Explorer, and then click Open in Blend. On the View menu, click Open in Blend.
The open with blend option is not available on my wpf project. I have also tried opening the project directly in blend but get "(unsupported project)" Have I done anything wrong or are there any good links explaining how to do this?
I have found the problem. The problem was I was trying to open my project with expression blend 4. When looking closer I had to open my project with "Blend for Visual Studio 2013" Still unsure as to why the open in Blend option does not appear