Actually, they are essentially saying the same thing. Mark just clarified
why the AJAX bits appear to be 3.5.
The AJAX bits, technically, are 1.0. They were originally shipped for use
with .NET 2.0 as a standalone. They were folded into the 3.5 Framework, so
they were renumbered to fit this scheme.
The same has happened with many other bits that are technically 1.0 with
..NET 3.5 SP1. And I imagine you will see MVC, which is version 1.0,
becomming part of .NET 4.0.
Today, you can get AJAX in two ways. Part of the 3.5 install (or SP1
install), which both are "3.5" or downloaded for 2.0, which are labeled 1.0
bits.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#
or just read it:
http://feeds.feedburner.com/GregoryBeamer
********************************************
| Think outside the box! |
********************************************
"Scott M." <s-> wrote in message
news:...
> Please see Bruce's reply, which seems to contradict your message.
>
> Thanks.
>
> "Mark Fitzpatrick" <> wrote in message
> news:...
>> There's only one version 1.0 since it's the same version that was
>> released as a standalone download. The issue is when you build a .Net 3.5
>> app, the System.Web.Extensions DLL is available since it's part of the
>> 3.5 framework. If you're using a 2.0 project then it's not available
>> though you can download it from www.asp.net/ajax.
>>
>> Hope this helps,
>> Mark Fitzpatrick
>>
>> "Scott M." <s-> wrote in message
>> news:e1o#...
>>> What is the version number of AJAX when we talk about ASP .NET AJAX in
>>> VS 2008?
>>>
>
>