Hi .. I have an asp.net application built on framework 4.0 . Under some circumstances i want to make it a 3.5 version. How will I do that . Does .Net provides any feature for that ? Pls advise.
open your folder in asp.net 4.0. select the root folder from the solution explore after this right click select the option
"Property pages" . A dialogbox will be appear then select build option from the left menu. And select target framework as 3.5 or 2.0 etc,,
My solution contains 10 projects and each project adds a reference to the other project Dlls. I wanted to build one or two project assemblies in 3.5 . Is that possible and How can I check the version of a dll?
Legi Abraham
Member
2 Points
16 Posts
Converting .Net 4 application to 3.5
Jan 18, 2013 08:36 AM|LINK
Hi .. I have an asp.net application built on framework 4.0 . Under some circumstances i want to make it a 3.5 version. How will I do that . Does .Net provides any feature for that ? Pls advise.
bhushan_bhar...
Participant
1508 Points
581 Posts
Re: Converting .Net 4 application to 3.5
Jan 18, 2013 08:43 AM|LINK
open your folder in asp.net 4.0. select the root folder from the solution explore after this right click select the option "Property pages" . A dialogbox will be appear then select build option from the left menu. And select target framework as 3.5 or 2.0 etc,,
Thankx
Regards
Bharat Bhushan
Useofasp.net/
Howtouseasp.net
sukanta
Member
459 Points
130 Posts
Re: Converting .Net 4 application to 3.5
Jan 18, 2013 08:48 AM|LINK
In vs2010, if you select the properties for the project you can change the version. It seems tp work.
Project -> ProperitiesPage -> Build -> Target Framework
thanks...
mark as answer as it help to others..
Anil1987
Member
6 Points
5 Posts
Re: Converting .Net 4 application to 3.5
Jan 18, 2013 09:03 AM|LINK
Good
Anil1987
Member
6 Points
5 Posts
Re: Converting .Net 4 application to 3.5
Jan 18, 2013 09:03 AM|LINK
goooooooooooooood
Legi Abraham
Member
2 Points
16 Posts
Re: Converting .Net 4 application to 3.5
Jan 18, 2013 09:30 AM|LINK
My solution contains 10 projects and each project adds a reference to the other project Dlls. I wanted to build one or two project assemblies in 3.5 . Is that possible and How can I check the version of a dll?