相关疑难解决方法(0)

如何将空目录添加到Git存储库?

如何将空目录(不包含文件)添加到Git存储库?

git directory git-add

4039
推荐指数
31
解决办法
89万
查看次数

目录不存在 - 参数名称:directoryVirtualPath

我正在使用Visual Studio Express 2012 RC.

  • 如果创建一个空白的"hello world MVC 4.5 project"
  • 我将它降级到4.0,因此它与我的主机兼容(Arvixe)
  • 我把它发布给主机.

然后我收到此错误消息,我可以在线找到它的任何信息.

Server Error in '/' Application.

Directory does not exist.
Parameter name: directoryVirtualPath

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentException: Directory does not exist.
Parameter name: directoryVirtualPath

Source Error: 

An unhandled exception was generated during the execution of the current web …
Run Code Online (Sandbox Code Playgroud)

c# iis asp.net-mvc stack-trace visual-studio-2012

10
推荐指数
2
解决办法
3万
查看次数