7

Where disappeared XAML designer for Universal Windows app in Visual Studio 2015 Update1?

enter image description here

It is working for wpf and window 8.1 apps and XAML designer is enabled in Tools->Option->XAML Designer

Liero
  • 25,216
  • 29
  • 151
  • 297
  • I am having the same problem. For C#/Universal Window projects created before installing Update 1, the Designer is available and it works just fine. It is only with projects that I created after installing Update 1 that the XMAL Designer is lost. – Mike Jablonski Dec 28 '15 at 03:01

4 Answers4

5

Change the Target Version to (10.0; Bulid 10240)

Targer versuin

Damian Kozlak
  • 7,065
  • 10
  • 45
  • 51
  • Actually, targeting lower windows version by default may bee good idea anyway so people does not need to update windows to run my app. – Liero Dec 07 '15 at 08:27
  • It worked for me on Windows 10. The problem was that I was targeting Win10 Build 10586, but I was running Win 10240. After update it worked. – Liero Feb 01 '16 at 09:57
  • how to find which windows 10 build I am using ,like 10240 or 10586 ? – Noorul Jul 14 '16 at 05:08
  • @Noorul Open Start Menu, Type "PC-Info", take a look at "Operating System Build" – bnu Aug 10 '16 at 10:43
4

See the notification asking to update Windows - enter image description here

artista_14
  • 674
  • 8
  • 22
1

I was having the same problem. Updated windows from windows update as instructed by the VS2015 notification and now it is fixed.

99darshan
  • 562
  • 1
  • 8
  • 17
0

I assume that you are using VS2015 on an operating system prior to Windows 10. According to a post on Microsoft Connect, this behaviour is by design. When you're using VS2015 on Windows 8.1, there is no support for design view, you have to upgrade to Windows 10 instead:

"If you are developing Windows 10 applications, this is by design since the designer requires Windows 10 in-order to show the design surface for UWP applications since we run application code. In Windows 8.1 and Windows 7, you will only get intelliSense. If you want full support for the design tools, you need to develop the application on Windows 10."

Gorgsenegger
  • 7,356
  • 4
  • 51
  • 89
  • No, I had Windows 10, but lower build that the one that was preselected in visual studio project – Liero Feb 01 '16 at 09:57