在Xamarin Studio中打开Visual Studio项目时,“版本字符串部分太短或太长”

时间:2016-06-24 15:41:49

标签: c# asp.net xamarin mono xamarin-studio

我尝试在Xamarin工作室社区中打开VS 2012的解决方案,但其中一个项目--asp.net mvc项目 - 给出了“版本字符串部分太短或太长”

我认为

.net版本还可以。

我尝试在VS中创建简单的asp.net mvc项目,然后在XS中打开它,一切都很顺利。所以我不知道在这种情况下有什么问题。

我找到了删除行

的解决方案

VisualStudioVersion = {0}

MinimumVisualStudioVersion = {0}

可以使用,但不是我的情况。

1 个答案:

答案 0 :(得分:3)

在我的情况下,问题是.csproj文件中的这个条目:

tapply(as.character(data2$activity), data2[c("id", "ints")], identity)
#   ints
#id  0   30  60  90  120 150
#  1 "a" "a" "b" "c" "c" "c"
#  2 "d" "d" "e" NA  NA  NA 
#  3 "b" "b" "b" "a" "a" "a"

更换" MvcPagesVersion " for" 5.2.3.0"它运作得很好。