6

我遇到以下错误:
-Visual Studio 2013 Ultimate Update 1(与 Update 3 相同)
-Windows 10 TP Build 9860-
仅限 Windows 应用商店应用程序(WPF 桌面应用程序没有错误)。

错误说明:
- UI XAML 设计器不起作用(请参阅附加的异常)
- XAML 文件中的 Intellisense 不起作用(未显示任何建议)。

System.Exception
Install failed. Please contact your software vendor.

Deployment Register operation with target volume C: on Package App.aa5630c6a.a99c1.a41a2.aaba0.ac20dd792d3d9_1.0.0.0_x86_NorthAmerica_8wekyb3d8bbwe from:  (C:\Users\Diego\AppData\Local\Microsoft\VisualStudio\12.0\Designer\ShadowCache\hwvetbdr.ucs\pfhjajzj.4bs\AppXManifest.xml)  failed with error 0x80070002. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues.
   at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary environmentVariables, Int32& processId, Object& processData)
   at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary, AppDomainSetup appDomainInfo, FrameworkName targetFramework, String identifier, String baseDirectory)
   at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
   at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
   at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize()
   at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)
   at Microsoft.Expression.DesignHost.Isolation.IsolatedObjectFactory.Initialize()
   at Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)
   at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   at Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry& entry)
   at Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
   at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)
   at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

例外

卸载并重新安装并没有解决它。
有没有人经历过?

编辑:每个 XAML 控件的属性选项卡也是空白的

4

1 回答 1

3

Windows 10 目前是一个技术预览版,不适合您开发,您需要等待 Windows 10 开发者预览版,以便您可以开始在 Windows 10 上编码(可能会在我的 BUILD 2015 事件附近出现观点)。

正如他们在这里所说:http ://technet.microsoft.com/en-US/windows/dn798751.aspx?ocid=wc-mscom-wol

“Windows 10 Technical Preview for Enterprise 是对 Windows 10(Windows 客户端操作系统的下一个版本)的一些特性和功能的早期展示。此页面提供的资源可帮助您探索企业技术预览,评估兼容性您的应用程序,并测试新的就地升级过程。”

据我了解,主要是让您在操作系统上测试您的应用程序和公司应用程序,以查看您的公司是否能够在此迁移,而不是让您开始编码。

祝你好运!

编辑:你去看看 TechNet 论坛:https ://social.technet.microsoft.com/Forums/en-US/home?category=WinPreview2014 你可以看到他们主要是在寻找操作系统的错误,而不是关于如何开发应用程序。

于 2014-11-13T19:10:16.833 回答