I have a Visual Studio 2010 .sln file which I would like to convert to Visual Studio 2012. While this task should be fairly simple following for example this SO answer:
I managed to 'convert' the solution file to change the line containing '# Visual Studio 2010' to '# Visual Studio 2012' in the .SLN file.
it started to produce "Unspecified error" every time I try to open such upgraded solution in Visual Studio 2012.