Migrate from VS 2005 to 2012 - Change framework version

Asked

Viewed 96 times

1

I have a project compiled in . Net Framework 2.0, using VS 2005. Now I’m migrating it to VS 2012.

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

How do I proceed? I’ve tried changing the web.config tag to Version=4.0.0.0, but that alone has had no effect.

1 answer

2

Right click on your project, then on Properties.

inserir a descrição da imagem aqui

Then choose the tab Application and you will see a combobox with the label "Target Framework".

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.