When using the latest Monodevelop and VS 2012 RC to share code I get problems

后端 未结 1 1777
深忆病人
深忆病人 2021-02-20 12:27

When using the latest Monodevelop and VS 2012 RC to share code. I can load and use the .sln solution, .csproj project files, and all the code files from either a Mac running Mon

相关标签:
1条回答
  • 2021-02-20 12:31

    The problem is that the VS SLN files now start with:

    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 2010
    

    Whereas they need to start with:

    Microsoft Visual Studio Solution File, Format Version 11.00
    # Visual Studio 2010
    

    I reported this to Xamarin - and they've already got a patch - https://bugzilla.xamarin.com/show_bug.cgi?id=4919

    Alternatively, just manually hack the files - that's what I do.

    0 讨论(0)
提交回复
热议问题