Do I need Visual Studio 2012 to write .NET 4.5 Applications? Ive seen some confusing info regarding this so I’m hoping for a simple answer.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Strictly speaking? No. You could always use the command line compiler, or create project files and run MSBuild directly.
Realistically? Yup.
In particular, if your question is really “Can I use C# 5 and target .NET 4.5 from Visual Studio 2010?”, the answer is basically no. Obviously there were the CTPs around C# 5 which integrated with VS2010, but they definitely had bugs in around async, and you really shouldn’t be using them.