Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.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
Visual studio 2015 无法在Visual Studio 2015中重新加载Asp.Net核心项目_Visual Studio 2015_Asp.net Core - Fatal编程技术网

Visual studio 2015 无法在Visual Studio 2015中重新加载Asp.Net核心项目

Visual studio 2015 无法在Visual Studio 2015中重新加载Asp.Net核心项目,visual-studio-2015,asp.net-core,Visual Studio 2015,Asp.net Core,在删除bower软件包(morris)并尝试重新加载我的MVC核心应用程序时,我遇到了一个错误,应用程序无法完全重新加载,我只能看到DNX引用和依赖项。我试着恢复软件包,但没用 我正在运行RC1 演播室指示我转到一个VsProjectFault_9481d3e1-ac32-4ffe-bee5-00ea5d3c38b8.failure.txt文件,其中包含以下信息: Recoverable System.Exception: The following error occurred during

在删除bower软件包(morris)并尝试重新加载我的MVC核心应用程序时,我遇到了一个错误,应用程序无法完全重新加载,我只能看到DNX引用和依赖项。我试着恢复软件包,但没用

我正在运行RC1

演播室指示我转到一个
VsProjectFault_9481d3e1-ac32-4ffe-bee5-00ea5d3c38b8.failure.txt
文件,其中包含以下信息:

Recoverable
System.Exception: The following error occurred during discovery of project files on disk. Access to the path 'C:\Redacted\App\bower_components\morrisjs\spec\viz\exemplary' is denied..
   at Microsoft.VisualStudio.Web.ProjectSystem.ProjectTree.SourceItemsInMemoryProject.<InitializeFromDiskAsync>d__54.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.VisualStudio.Web.ProjectSystem.ProjectTree.SourceItemsInMemoryProject.<Creator>d__52.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.VisualStudio.ProjectSystem.UnconfiguredProjectImpl.AutoLoadMethodStateMachine.<<StartExecution>b__6_0>d.MoveNext()
可恢复
System.Exception:在磁盘上发现项目文件时发生以下错误。对路径“C:\Redacted\App\bower\u components\morrisjs\spec\viz\examplative”的访问被拒绝。。
在Microsoft.VisualStudio.Web.ProjectSystem.ProjectTree.SourceItemsInMemoryProject.d_u54.MoveNext()上
---来自引发异常的上一个位置的堆栈结束跟踪---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务)
在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中
在Microsoft.VisualStudio.Web.ProjectSystem.ProjectTree.SourceItemsInMemoryProject.d_u52.MoveNext()上
---来自引发异常的上一个位置的堆栈结束跟踪---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务)
在System.Runtime.CompilerServices.TaskWaiter.HandleNonSuccessAndDebuggerNotification(任务任务)中
在Microsoft.VisualStudio.ProjectSystem.UnconfiguredProjectImpl.AutolodMethodStateMachine.d.MoveNext()中
我需要做什么来恢复应用程序


所有文件仍然存在于文件系统中,只是没有与项目一起加载。

关闭Visual Studio并删除隐藏的
.vs
文件夹使解决方案恢复了活力


(仅仅关闭Studio是不够的,但我确实打开了它的其他实例,所以这可能就足够了。)

关闭Visual Studio并删除隐藏的
.vs
文件夹使解决方案恢复了活力


(仅仅关闭Studio是不够的,但我确实打开了它的其他实例,所以这可能就足够了。)

您有任何保持文件锁定的bower任务吗?您有任何保持文件锁定的bower任务吗?