我想在我的 Windows 10 技术预览版.9926 上尝试 vs2015。但它无法启动。我检查系统事件日志。它说'
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
我想我会是由 dotNet 框架版本引起的。所以我将它从 4.5.0 更新到 4.5.1,我尝试安装 4.6。但它无法正常工作。我尝试删除所有 dotnet 框架并尝试重新安装它,但也无法正常工作。为什么,我该怎么办?
我使用来自 msdn 的 dotNet 框架 4.6 预览,但删除向导显示我安装的版本是 4.5.3。这里发生了什么。