I try to open solution from VS 2012 in Xamarin Studio Community but one of projects - asp.net mvc project - gives "Version string portion was too short or too long"
.net version is ok I think.
I tried to create simple asp.net mvc project in VS and then open it in XS and everything went fine. So I don't know what is wrong in this case.
I found a solution that deleting the lines
VisualStudioVersion = {0}
MinimumVisualStudioVersion = {0}
works with that, but not in my case.