Stephen Gream
unread,May 22, 2012, 10:24:52 AM5/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to misesdev@googlegroups com
I finally decided to try and check the code out again after my issues
earlier in the year. All good on that front now, will try and get
Jenkins working when I get around to it.
However, I went to open up the solution in VS2010 to be greeted with a
rather rude MS-style error informing me that I couldn't open the
MisesWeb solution because it was made by a newer version of Visual
Studio. While the obvious answer is upgrade to the 2012 beta, I don't
really want to leave my legal version of 2010 professional quite yet,
as it's what I use at work and what I'm used to. So after a bit of
annoyed Googling on the subject, I found a solution that hit upon a
reasonable compromise for me for the time being while I immerse myself
in the code.
Turns out, if you open the .sln file in Notepad, you can change the
top line from
Microsoft Visual Studio Solution File, Format Version 12.00
to
Microsoft Visual Studio Solution File, Format Version 11.00
Save and then exit, and it should work (except the Mises.WebUI
project, but I'll figure that out another day). Just thought I should
share if anyone had troubles in the future.