Visual Studio 2015 Update 1 xaml designer not showing for UWP
Asked Answered
C

4

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

Copalite answered 4/12, 2015 at 12:44 Comment(1)
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.Crissy
M
5

Change the Target Version to (10.0; Bulid 10240)

Targer versuin

Macdonald answered 5/12, 2015 at 10:30 Comment(4)
Actually, targeting lower windows version by default may bee good idea anyway so people does not need to update windows to run my app.Copalite
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.Copalite
how to find which windows 10 build I am using ,like 10240 or 10586 ?Alithia
@Alithia Open Start Menu, Type "PC-Info", take a look at "Operating System Build"Flickertail
D
4

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

Dolmen answered 25/1, 2016 at 11:10 Comment(0)
H
1

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

Heroin answered 5/12, 2015 at 10:37 Comment(1)
When I check for updates it says: You device is up to date.Copalite
S
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."

Scuff answered 29/1, 2016 at 21:45 Comment(1)
No, I had Windows 10, but lower build that the one that was preselected in visual studio projectCopalite

© 2022 - 2024 — McMap. All rights reserved.