czml-writer-maste .net

Is it possible to get the .net code in an earlier version of visual studio (ie 2010 etc)? Some of us are still using XP, and as far as I can tell, the .net code supplied is from vs 2012 which (again, as far as I can tell) requires Win 7.

Thanks,

John

2012 and 2010 are projet-compatible. At long as you have all of the latest updates, you can open and build it in 2010. If you tried, but are getting errors, can you post them?

OK.

When trying to open "CesiumLanguageWriter.sln" with Visual Studio 2010 I get the following error:

"The selected file is a solution file, but was created by a newer version of this application and cannot be opened."

Upon clicking the "OK" button I get:
"The system can not find the file specified."

This is Visual Studio 2010 Professional.
Perhaps I'm missing an update? I'll check...

John

I just tried it with 2010 Professional and it worked without any issues. The about dialog says my version is “10.0.40219.1 SP1Rel” (in the upper left).

It could be that you don’t have the .NET 4 run-time installed.

According to this guy on StackOverflow, 2010 SP1 is required to open 2012 solutions:

http://stackoverflow.com/a/12532078/144067

Was finally able to download/install all Visual Studio 2010 updates.

I can now open CesiumLanguageWriter.sln with no problems.

Thanks,

John