I’m trying to open sample code from book “CLR via C#, 3rd edition, J. Richter” in VS2012. When I open main .sln file or .csproj files I’m just getting blank window. Apparently these samples made in VS 11.00.
Any solution?
I’m trying to open sample code from book CLR via C#, 3rd edition, J.
Share
Generally speaking, you should be able to open VS 2010 projects without a problem in VS 2012. However, VS 2012 appears to have a problem with the # in the solution file name. Rename “CLR via C#.sln” to “CLR via C.sln”, and it opens without a problem.