Asp.net, listbox, htc, behavior, autosearch listbox, wcf, certificate Vs 2008 Multi Target Framework and App.config behavior - Discoveries / Experiences in .Net Application development - Site Home - MSDN Blogs

Discoveries / Experiences in .Net Application development

Discoveries during Web Application development using Asp.Net, C# etc

Vs 2008 Multi Target Framework and App.config behavior

Vs 2008 Multi Target Framework and App.config behavior

Rate This
  • Comments 1

The Vs 2008 , when changing the Target framework from x to y exhibits the following behavior.

 

 

Current Framework

 

Target Framework

App.config gets added / if not exists, if exists gets updated

2.0

3.0

Yes

2.0

3.5

No

3.0

2.0

Yes

3.0

3.5

No

3.5

2.0

Yes

3.5

3.0

Yes

 

 

 

 

Conclusion :

The upgrade wizard from Vs2005 to Vs 2008 does not add app.configs.

After upgrade, When we use Vs 2008 to change Target Framework from x to 3.5 never creates / updates app.configs.

Leave a Comment
  • Please add 1 and 8 and type the answer here:
  • Post