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.
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.

Signature
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!
*************************************************
> We currently use .Net 2.0.
>
[quoted text clipped - 10 lines]
>
> TIA.