Link to home
Start Free TrialLog in
Avatar of moosetracker
moosetracker

asked on

Error in IIS due to version change of AJAX

Hi,

I have an IIS with multiple projects on it. Most use AJAx 3.0.. My newest one is using AJAX 3.5 (We are on VS 2008 not 2010).. This works fine.

Now I am attempting to update my other projects to be of the same version. I got one project to work with the AJAX 3.5 when run locally but when XCopied to IIS it gives me the following error.

Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I have since uninstalled it from the IIS, cleared all files to it, deleted the Deployment project for this project, recreated it,reloaded the project & the Deployment project and reinstalled it with the new msi..

Still same error..

Attached is the full error screen.
AJAX-Error.jpg
ASKER CERTIFIED SOLUTION
Avatar of devlab2012
devlab2012
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of moosetracker
moosetracker

ASKER

Thanks,
I just surfed the net and found the very same website.. The Quick fix does not work, and tells you it doesn't like the Script Manager, change to ToolkitScriptManager.

Although I haven't tried it, I feel pretty confident about the "Real Fix" information.