Hi I have a web application I built using vs2005 and it has a lot of AJAX
control extenders in it. It works fine on my development machine (were I
downloaded the AJAX tool kit). I tried to deploy it on a live server that
has framework 1.1 and 2.0 as well as many web apps running under both. The
application with AJAX produced an error missing assembly (I think it was
system.web.extensions). Anyhow do I need to perform an installation on the
server, if so what is the name of the msi file? Also I must be careful not
to effect the other applications.
Thanks.

Signature
Paul G
Software engineer.
Nathan Sokalski - 28 Mar 2008 00:02 GMT
To use the Control Extenders, you need to include the AjaxControlToolkit.dll
in the bin directory.

Signature
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
> Hi I have a web application I built using vs2005 and it has a lot of AJAX
> control extenders in it. It works fine on my development machine (were I
[quoted text clipped - 8 lines]
> to effect the other applications.
> Thanks.
bruce barker - 28 Mar 2008 00:53 GMT
ms ajax is a addon for .net 2.0 & 3.0 it just requires
system.web.extensions.dll. if not installed on the server, just include the
dll in your bin folder. you probably installed it in the gac on you dev box.
-- bruce (sqlwork.com)
> Hi I have a web application I built using vs2005 and it has a lot of AJAX
> control extenders in it. It works fine on my development machine (were I
[quoted text clipped - 5 lines]
> to effect the other applications.
> Thanks.
Paul - 28 Mar 2008 00:58 GMT
Yep I installed it in the GAC on the development box. I will copy The
system.web.extensions.dll to the bin directory of the web application on the
server and give that a try.
Thanks!

Signature
Paul G
Software engineer.
> ms ajax is a addon for .net 2.0 & 3.0 it just requires
> system.web.extensions.dll. if not installed on the server, just include the
[quoted text clipped - 11 lines]
> > to effect the other applications.
> > Thanks.
Cowboy (Gregory A. Beamer) - 28 Mar 2008 03:18 GMT
2.0 or 3.5. With 2.0, you need the AJAX bits, as well. With either 2.0 and
3.5, you need the AJAX toolkit to use the extenders.

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!
*************************************************
> Hi I have a web application I built using vs2005 and it has a lot of AJAX
> control extenders in it. It works fine on my development machine (were I
[quoted text clipped - 8 lines]
> to effect the other applications.
> Thanks.