HI
They are in there but they are version 3.5.0.0
How can I get hold of the older version of the dlls
Main Topics
Browse All TopicsI have converted an asp.net app from visual studio 2005 to 2008. It works fine on my dev pc at work - I have just copied the project to my home laptop running vista and I am getting the error
Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad3
Know what steps do I need to do to get this to work?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hi
Yep - I think its to do with the AJAXControlTtoolkit.dll - this is version 1.1
Now all the controls in the app are referenced like this
On each page
<%@ Register Assembly="System.Web.Exten
Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register Assembly="AjaxControlToolk
Now if it works on my work environmnet and not at home - I really do not want to change too much.
Hmm, what would be the best way forward.
Here is the web.config
<add assembly="System.Web.Exten
<add assembly="System.Web.Exten
Sorry to ask a stupid question here but did you already download the AJAX Extensions that you need first if you're in .NET 2.0? I ran into that problem setting up AJAX in VS2005 b/c I initially thought all you needed was the toolkit and got that same error you mentioned (yeah yeah I know, go ahead and laugh).
http://www.microsoft.com/d
HI
I did that but now I get the error
The type 'System.Web.UI.ScriptManag
Business Accounts
Answer for Membership
by: TShortlandPosted on 2008-06-19 at 06:59:59ID: 21822175
The easiest thing to do is add System.Web.Extensions.dll and System.Web.Extensions.Desi gn.dll to the bin folder of your application.
This has worked for me :)
Cheers