Why does Microsoft tie .NET runtime versions to specific versions of VIsual Studio?

Posted by Armentage on Stack Overflow See other posts from Stack Overflow or by Armentage
Published on 2010-05-19T13:14:11Z Indexed on 2010/05/19 13:20 UTC
Read the original article Hit count: 184

Why is it that I have to upgrade to VS 2010 to build/run .NET4 projects? This seems somewhat ridiculous to me. Why should the run-time that my code runs against, or the compiler that the IDE invokes (hopefully) generically through MSBUILD rules have anything to do with the IDE I am using?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about .NET