安装Windows SDK 10.0.10240时出错 [英] Error installing windows sdk 10.0.10240

查看:357
本文介绍了安装Windows SDK 10.0.10240时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试使用所有可用选项安装Windows SDK 10.0.1024:exe,Iso,添加VS 2015缺少的内容,总是出现安装错误.我发现已安装:

Windows软件开发-Windows 10.0.10586.212

Windows软件开发-Windows 10.0.14292.33

每次我尝试安装它时,都会收到臭名昭著的错误 -21 ...............

结果是我无法为UWP开发任何应用程序....

预先感谢

解决方案

在我安装Windows软件开发-Windows 10.0.14292.33的同时,我已经添加了所有与此相关的工具.然后我修复了VS 2015社区.最终,当我尝试UWP解决方案时,我又重新开始了Visual Studio的工作-项目,然后 得到:

当我尝试加载WPF设计器时:

System.OperationCanceledException
完整的取消注册申请书. Recargue eldiseñadorpara intentarlo de nuevo.
zh-CN Microsoft.VisualStudio.DesignTools.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath,String clientPort,Uri hostUri,IDictionary environmentVariables,Int32& processId,Object& processData)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory工厂,IIsolationBoundary边界,AppDomainSetup appDomainInfo,IIsolationTarget隔离目标, 字符串baseDirectory)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
zh-CN Microsoft.VisualStudio.DesignTools.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.IsolationBoundary.Initialize()
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.IsolationBoundary.CreateInstance [T](类型类型)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedObjectFactory.Initialize()
zh-CN Microsoft.VisualStudio.DesignTools.DesignerHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolatedTarget,IObjectCatalog目录)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolationService.CreateLease(IIsolationTarget isolatedTarget)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.CreateLease(IIsolationTarget isolatedTarget,CancellationToken cancelToken,DesignerServiceEntry&条目,IServiceProvider serviceOverrides)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedTaskScheduler.InvokeWithCulture [T](CultureInfo文化,Func`2 func,CancellationToken cancelToken)
zh-CN Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedTaskScheduler.<> c__DisplayClass10_0`1.< StartTask> b__0()
zh-CN System.Threading.Tasks.Task`1.InnerInvoke()
zh-CN System.Threading.Tasks.Task.Execute()

但是在任何其他类型的WPF项目中,设计者的负担都没有问题!

这里的任何人都可以帮忙!!!!!!!


Trying to install Windows SDK 10.0.1024, using all available options : exe, Iso, adding what is missing from VS 2015, always I get the error of installation. I have found installed:

Windows Software Development-Windows 10.0.10586.212

And

Windows Software Development-Windows 10.0.14292.33

Every time i try to install it i get the infamious error -21........................

The consequence is i can not develop any applications for UWP.......

Thanks in advance

解决方案

Hi,

As i got installed Windows software development-Windows 10.0.14292.33, I have added all the tools depending on this. and then i have repaired the VS 2015 Community. Finally i got to work again my visual studio EXCEPT when i try a UWP solution-projects, then i get:

When i try to load the WPF designer:

System.OperationCanceledException
El registro del paquete de aplicaciones requerido por el diseñador tardó demasiado en completarse y se canceló. Recargue el diseñador para intentarlo de nuevo.
   en Microsoft.VisualStudio.DesignTools.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary environmentVariables, Int32& processId, Object& processData)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary, AppDomainSetup appDomainInfo, IIsolationTarget isolationTarget, String baseDirectory)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
   en Microsoft.VisualStudio.DesignTools.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.IsolationBoundary.Initialize()
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedObjectFactory.Initialize()
   en Microsoft.VisualStudio.DesignTools.DesignerHost.Services.VSIsolationService.CreateObjectFactory(IIsolationTarget isolationTarget, IObjectCatalog catalog)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry& entry, IServiceProvider serviceOverrides)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken)
   en Microsoft.VisualStudio.DesignTools.DesignerContract.Isolation.IsolatedTaskScheduler.<>c__DisplayClass10_0`1.<StartTask>b__0()
   en System.Threading.Tasks.Task`1.InnerInvoke()
   en System.Threading.Tasks.Task.Execute()

But with any other type of WPF project the load of designer ocurs without any problema!!!

Anyone on here can help Please!!!!!


这篇关于安装Windows SDK 10.0.10240时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆