Re: AJAX in production
- From: "Nathan Sokalski" <njsokalski@xxxxxxxxxxx>
- Date: Fri, 1 Jun 2007 20:17:12 -0400
I recieved that same error, and what I found you need to do to fix it is the
following:
Add C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX
Extensions\v1.0.61025\System.Web.Extensions.dll to your application's /bin/
directory. You may end up needing to do this with
System.Web.Extensions.Design.dll as well, which is located in the same
directory. Good Luck!
--
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/
"jonefer" <jonefer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3FE28558-5BDD-4877-A162-B880F275E87D@xxxxxxxxxxxxxxxx
I've got my AJAX page working from the development server, but now I want
to
publish the site to the real thing IIS 6 in Windows Server 2003
What should I tell the guys when they see this message:
Could not load file or assembly 'System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
or one of its dependencies. The system cannot find the file specified.
C:\Inetpub\wwwroot\LBM_CallRecordings2\web.config 31
.
- Prev by Date: Re: ASP.NET and AJAX: JavaScript files from the Microsoft AJAX Library
- Next by Date: Re: Where is Page_Unload event?
- Previous by thread: Re: AJAX in production
- Next by thread: filling iframe with web page
- Index(es):
Relevant Pages
|