Migrate from VS 2005 to 2012 - Change framework version

1

I have a project compiled in the .Net Framework 2.0, using VS 2005. Now I'm migrating the same to VS 2012.

The migration occurred successfully, but the project was not recompiled for .Net Framework 4.5. My need is to recompile it to .Net framework 4.5.

How can I proceed? I already tried to change the web.config in the tag to Version=4.0.0.0 , but that did not work.

    
asked by anonymous 21.06.2017 / 18:46

1 answer

2

Right click on your project, then Properties .

ThenchoosetheApplicationtabandyouwillseeacomboboxwiththelabel" Target Framework ".

    
21.06.2017 / 18:57