9

I saw set of people have the same problem and I tried some it, But I do not know why I still cannot see the design view!!

  1. The output type is Windows Application.
  2. Design view is working properly in VS 2013.
  3. I created this project using MVVM Light Templates; So I do not know if there is a missing stuff in project file.

enter image description here

bunjeeb
  • 1,096
  • 1
  • 17
  • 32

2 Answers2

2

I also had the same problem until few minutes ago. I've noticed that Blend 2013 on my PC was supporting up to .NET Framework 4.5.1

But the project on Visual Studio was done with .NET Framework 4.6.1

I changed the Framework to 4.5.1, since that was the latest Blend supports, and that was it. Problem solved.

blablabla
  • 96
  • 10
1

you can go to Tools>Options>Documents and in default document view option select which view you liked.

Alireza
  • 128
  • 1
  • 12