简体   繁体   English

VS 2015 RC - 在Windows 8中尝试创建Windows 10通用应用程序时,Xaml设计器无法加载

[英]VS 2015 RC - Xaml designer won't load when trying to create windows 10 universal apps in Windows 8

I've started working on Windows 10 IoT apps, and I'm baffled by the following issue XAML designer won't load when trying to create Windows 10 universal apps in Windows 8 VS 2015 RC. 我已经开始研究Windows 10 IoT应用程序,我对以下问题感到困惑,XAML设计器在尝试在Windows 8 VS 2015 RC中创建Windows 10通用应用程序时无法加载。 Upon comparing the blank project XAML for Windows 8 applications to the new blank project XAMLfor windows, they appear to be identical. 在将Windows 8应用程序的空白项目XAML与新的空白项目XAMLfor windows进行比较时,它们看起来是相同的。

Except when I double click my Windows 10 Mainpage.xmal I only see the code and the show designer button doesn't do anything. 除非我双击我的Windows 10 Mainpage.xmal,我只看到代码,而show designer按钮不做任何事情。

This is expected on Windows 8. Windows 10 is required for the designer since the designer uses the local OS to render the design canvas. 这在Windows 8上是可取的。设计人员需要Windows 10,因为设计人员使用本地操作系统来渲染设计画布。 Since Windows 10 apps don't run on Windows 8 they can't render in the designer. 由于Windows 10应用程序无法在Windows 8上运行,因此无法在设计器中呈现。 Since Windows 8 apps do run on Windows 8 they will render in the designer. 由于Windows 8应用程序在Windows 8上运行,因此它们将在设计器中呈现。

Navit discusses OS support for Universal Windows development about 7 minutes in to his Build session Developing Universal Windows Apps in Visual Studio 2015 Navit 在Visual Studio 2015中的构建会话开发通用Windows应用程序中讨论了对通用Windows开发的OS支持大约7分钟

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 XAML设计器窗口不会为“通用Windows”应用程序加载-即使在新项目中 - XAML Designer Window won't load for “Universal Windows” app - even in new project Windows Store应用程序在VS 2015 RC中不可用 - Windows Store Apps unavailable in VS 2015 RC Sharpdx Takeit输入不适用于Windows 10通用应用程序 - Sharpdx tookit input won't work with windows 10 universal apps 永久加载Visual Studio 2015通用Windows XAML设计器表面 - Visual Studio 2015 Universal Windows XAML designer surface loading forever OxyPlot Heatmap的问题Windows 8.1 Universal App VS 2015:无法绘制图 - Trouble with OxyPlot Heatmap Windows 8.1 Universal App VS 2015: Plot won't draw 在Windows 10的UWP(通用Windows应用)中创建自定义形状控件 - Create custom Shape Control in UWP (Universal Windows Apps), Windows 10 尝试加载Windows Universal Blank App的设计器时出现System.Exception? - System.Exception when trying to load designer for Windows Universal Blank App? Windows 10通用应用中的广告 - Advertising in Windows 10 universal apps 尝试在Visual Studio 2015模拟器中加载通用Windows应用程序时出现错误 - I am getting errors when trying to load a Universal Windows App in the Visual Studio 2015 Simulator 无法使用Visual Studio 2015 RC在Windows 8.1+ Universal App中打开Windows Phone项目 - Can't open Windows Phone project in Windows 8.1+ Universal App using Visual Studio 2015 RC
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM