Ajax web.config error

M

Mike P

Whenever I startup an Ajax Control Toolkit Website I get the following
error:

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

Can anybody help? Any assistance would be much appreciated.
 
V

Veerle

Whenever I startup an Ajax Control Toolkit Website I get the following
error:

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

Can anybody help? Any assistance would be much appreciated.

*** Sent via Developersdexhttp://www.developersdex.com***

You mean http://ajax.asp.net/ajaxtoolkit/ ?
Works for me!

But I had the same problem with http://ajax.asp.net/ a few days
ago...
Maybe there was a problem back then and you are seeing a cached page?
Try CTRL + F5 to refresh?
 
M

Mark Fitzpatrick

Did you install Ajax and copy the Ajax dlls into the bin directory? Keep in
mind, ASP.Net Ajax functionality is seperate from the toolkit as the toolkit
are just useful controls that are built on top of the Ajax dlls and classes
found in the System.Web.Extensions namespace. Basically this error is saying
it can't find the ASP.Net Ajax dll file or it can't find the build that is
required for the control kit.
 

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