I wrote a visual c# 2008 windows form application ,then i edited the code in a computer which had visual studio 2010,but i can no longer run it in visual 2008,is there a way
http://stevedunns.blogspot.com/2010/02/tool-to-switch-project-files-between.html
When you say "can no longer run it"... what happens?
dynamic
or the other new language featuresIn most cases you can get away with just having a separate sln for VS2010. So just rename it to "Whatever_2010.sln", get your old "Whatever.sln" back from your source repository, and rename it to "Whatever_2008.sln".