Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/287.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# Visual Studio 2015 Windows Phone应用程序错误_C#_Mobile_Visual Studio 2015_Windows Phone_Mobile Application - Fatal编程技术网

C# Visual Studio 2015 Windows Phone应用程序错误

C# Visual Studio 2015 Windows Phone应用程序错误,c#,mobile,visual-studio-2015,windows-phone,mobile-application,C#,Mobile,Visual Studio 2015,Windows Phone,Mobile Application,我有个小问题。我安装了Visual Studio 2015 我点击newproject->Templates->VisualC->Windows->windowsphone 以及各种应用程序:csApplication、Panorama应用程序、Pivot、cs 给出相同的错误消息 Error: the model has attempted to load the assembly of the component 'Microsoft.VisualStudio.SmartDevice.Pr

我有个小问题。我安装了Visual Studio 2015

我点击
newproject->Templates->VisualC->Windows->windowsphone

以及各种应用程序:csApplication、Panorama应用程序、Pivot、cs

给出相同的错误消息

Error: the model has attempted to load the assembly of the component

'Microsoft.VisualStudio.SmartDevice.ProjectSystem.Base, Version = 14.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a'

For more information about this issue and how to activate the model, see the documentation about customizing templates

我怎样才能解决这个问题?我已经访问了模型的页面,但我什么都不懂。

安装中似乎存在一些问题,您可以尝试卸载并重新安装“Visual Studio 2015的NuGet Package Manager”以解决此问题

  • 打开Visual Studio>工具>扩展和更新

  • 卸载“Visual Studio 2015的NuGet软件包管理器”

  • 重启Visual Studio 2015

  • 打开Visual Studio>工具>扩展和更新

  • 安装“适用于Visual Studio 2015的NuGet软件包管理器”

  • 重新启动Visual Studio 2015