Change the .Net Framework version used by a project?

S

steve.chambers

I can find plenty of instructions for how to do this using Visual
Studio 2008 but not using Visual Studio 2005. Is it possible to do? I
have multiple versions installed on my computer and would like the
ability to downgrade to make the projects in my solution use version
2.0 instead of 3.5.

On a related note, can anyone advise on where to find documentation
for previous versions of the .net framework (similar to Microsoft's
documentation for the latest version 3.5 at
http://msdn.microsoft.com/en-gb/library/w0x726c2.aspx)?

Thanks for any help & merry Xmas.

Cheers
Steve
 
M

Mark Fitzpatrick

No. VS 2005 was designed to use the 2.0 framework and that's pretty much it.
No real sense though if you're looking from downgrading from 3.5 to 2.0
since all VS 2005 would be able to downgrade to if it was an option would be
1.x.

Hope this helps,
Mark Fitzpatrick
 
B

bruce barker

there are two components in compiling as asp.net application. depending
on how the project settings are done, some part is compiled by vs using
the .net compilers and some by asp.net at runtime. vs2005 only knows how
to compile asp.net 2.0. asp.net knows how to compile based on settimgs
in the web.config.

while asp.net 3.5 has no framework changes from 2.0 (thats why you tell
iis its 2.0), it does have new compliers and additional dll's. in the
web config you specify the using the new compilers, and any new dll's
you want.

note: .net 3.5 sp1 does update the framework.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top