Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
The version of System.Web.Extensions on my PC is newer - 3.5.0.0 (installed in GAC)
The binding redirect may require the older versions to be present so you may have to install the older version as Kim suggests. You can try a more generic version of the redirect first to see if that fixes it:
If that doesn't work then installing the older version should work for you as Kim suggests. I would still keep the redirects in your web.config to avoid conflicts with different versions of the AJAX assemblies.
Can you mark the item as solved so others will know what solved the issue? Also, if none of these suggestions solved it, please remark as to what did solve it for you so it will be available for others.
issue with ajax version
When I try to run Umbraco I get 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 version of System.Web.Extensions on my PC is newer - 3.5.0.0 (installed in GAC)
What is the recommended solution?
Thanks for advice
Vaclav
I'd try adding this into your web.config
Hi Vaclav
Could you please try to install ASP.NET AJAX 1.0: http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
I have had this error earlier, and I think that I solved it by the above installation.
/Kim A
I tried to change the references in web.config to point to my version, but the old version is still referenced from the binaries.
I do not know how to rebuild the binaries, there is no VS project included.
Thanks
Vaclav
Vaclav, did you try to download the file that i linked to, and install the .NET AJAX extension from the downloaded .msi-file?
/Kim A
Vaclav,
The binding redirect may require the older versions to be present so you may have to install the older version as Kim suggests. You can try a more generic version of the redirect first to see if that fixes it:
If that doesn't work then installing the older version should work for you as Kim suggests. I would still keep the redirects in your web.config to avoid conflicts with different versions of the AJAX assemblies.
--Chris
ok, problem solved.
Thanks to all!
Vaclav
Vaclav,
Can you mark the item as solved so others will know what solved the issue? Also, if none of these suggestions solved it, please remark as to what did solve it for you so it will be available for others.
Thanks.
--Chris
is working on a reply...