Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/20.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
Asp.net 在VisualStudio项目文件中,MvcPagesVersion的作用是什么?_Asp.net_.net_Visual Studio_Mono_Monodevelop - Fatal编程技术网

Asp.net 在VisualStudio项目文件中,MvcPagesVersion的作用是什么?

Asp.net 在VisualStudio项目文件中,MvcPagesVersion的作用是什么?,asp.net,.net,visual-studio,mono,monodevelop,Asp.net,.net,Visual Studio,Mono,Monodevelop,我在VS2013中创建了一个MVC/WebAPI项目。当我尝试用Monodevelop打开该解决方案时,它失败了,错误是“版本字符串中必须有2、3或4个组件”。这是因为.csproj文件中的引用,例如 如何修复这些引用,以便使用Monodevelop编译?从这些引用中删除版本字符串安全吗?刚才遇到了类似的问题\uuuu MvcPagesVersion\uuuuu必须是Visual Studio在*.csproj文件中使用的某些占位符。我仔细检查了Xamarin Studio中无法加载的cspro

我在VS2013中创建了一个MVC/WebAPI项目。当我尝试用Monodevelop打开该解决方案时,它失败了,错误是“版本字符串中必须有2、3或4个组件”。这是因为.csproj文件中的引用,例如


如何修复这些引用,以便使用Monodevelop编译?从这些引用中删除版本字符串安全吗?

刚才遇到了类似的问题<代码>\uuuu MvcPagesVersion\uuuuu
必须是Visual Studio在*.csproj文件中使用的某些占位符。我仔细检查了Xamarin Studio中无法加载的csproj文件,并将所有对
\uuuu MvcPagesVersion\uuuuu
的引用替换为“5.2.0.0”,但没有引号。然后我重新加载了这个项目,现在一切似乎都在为我工作。

我设法用同样的方法编译它,只是把“5.2.0”(或类似的,现在不记得了)改为:)