A client is requesting I convert an application I built in MVC 4 using .NET 4.5 down to .NET 4. Is this possible? What are the steps? I am using VS 2012 on Windows 8.
Share
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.
Right click your project->Select properties (alt+enter), the settings window should pop up. The first tab on the left hand side is “Application” select that. Look for the label “Target Framework”. Select whatever target you want. You may get compile errors due to reference or functions no longer existing.