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.
Related: Migrating from Framework 2.0 to 4.5
– Homer Simpson