Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/7.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# Nuget can';t构建依赖关系图,因此可以';行不通_C#_Visual Studio_Nuget - Fatal编程技术网

C# Nuget can';t构建依赖关系图,因此可以';行不通

C# Nuget can';t构建依赖关系图,因此可以';行不通,c#,visual-studio,nuget,C#,Visual Studio,Nuget,我有一个叫KendoUIProfessional的包。当我尝试卸载它时,出现以下错误: uniNStall-package : Some NuGet packages are missing from the solution. The packages need to be restored in order to build the dependency graph. Restore the packages before performing any operations. At lin

我有一个叫KendoUIProfessional的包。当我尝试卸载它时,出现以下错误:

uniNStall-package : Some NuGet packages are missing from the solution. The packages need to be restored in order to build the dependency graph. 
Restore the packages before performing any operations.
At line:1 char:1
+ uniNStall-package kendouiprofessional -force -verbose
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (:) [Uninstall-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetMissingPackages,NuGet.PackageManagement.PowerShellCmdlets.UninstallPackageCommand
当我尝试安装软件包时,我会遇到类似的错误。我还得到一个错误: 尝试还原程序包时出错。L找不到程序包“KendiUIProfessional”的版本“2014.2.716”

当我试图用NuGet做其他事情时,我得到的信息是找不到剑道

这一切都是从我升级到Visual Studio 2015开始的…

尝试以下方法: 1) 删除“包”文件夹 2) 手动删除程序集 3) 卸载/重新安装nuget软件包

是否尝试过此操作?