Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 C# XAML Designer doesn't load

Tags:

In the new Visual Studio 2015 RC the XAML designer does not bring up a UI for a C# Windows Universal project but it does for a C++ Windows Universal project. This occurs with both the Professional and Community editions. Has any one experience the same problem and have a workaround/solution?

like image 334
David Schmidlin Avatar asked May 01 '15 20:05

David Schmidlin


People also ask

How do I install Microsoft Visual C ++ 2015?

Go to the Microsoft Visual C++ 2015 Redistributable page from Microsoft and click on the Download button. You will be brought to a page where it asks you to select whether you want to download the 32-bit or 64-bit version of Windows. Select the version you need and click the Next button.

Is Visual Studio C free?

Visual Studio Community. A fully-featured, extensible, free IDE for creating modern applications for Android, iOS, Windows, as well as web applications and cloud services.

Is Visual Studio 2015 still supported?

For Visual Studio 2017, customers who remain on the RTW version 15.0. x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported.

Is Visual Studio best for C?

Yes, you very well can learn C using Visual Studio. Visual Studio comes with its own C compiler, which is actually the C++ compiler. Just use the . c file extension to save your source code.


1 Answers

I have the same issue, when I upgraded the Win10 SDK from 10240 to 10586, set the project properties->Application->Target version to Windows 10(10.0;Build 10240), the design view shows up again.

screenshot of the setting to change

like image 108
Ivan Avatar answered Sep 21 '22 18:09

Ivan