.Net 2.0, .Net 3.0 and .Net 3.5 Upgrade

P

Paul

We currently use .Net 2.0.

We want to get to .Net 3.5.

Do I need to install .Net 3.0 first, then install 3.5?

Or can I go straight from 2.0 to 3.5?

I have read that my apps will not break when I go from 2.0 to 3.0 because
3.0 simply adds new components and does not change 2.0 components.

Is that also true from 3.0 to 3.5?

TIA.
 
C

Cowboy \(Gregory A. Beamer\)

You will need 3.0, but you do not have to install it separately. Same for
2.0 SP1 and 3.0 SP1. When you install the 3.5 bits it will realize the lack
of lower versions (3.0) and the lack of the SPs (2.0 SP1 and 3.0 SP1) and
install them for you.

There are a few areas where you can break an app with 3.x, but all that I
know involve extra bits, like ASP.NET AJAX, and can be solved by updating
references in the web.config file.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 

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

Top