Could not load file or assembly

I

iHavAQuestion

I have downloaded the project from
http://mattberseth.com/blog/2007/10/theming_the_ajaxcontroltoolkit.html.
When i built and run athe application i get the 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:\Documents and
Settings\mansoor\My Documents\Visual Studio
2005\Projects\calendar_theme\web.config 30.

In web.config
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35"/>


How do i solve this.

Thanks.
Jinga
 
D

David R. Longnecker

That's the original Microsoft AJAX Framework 1.0 You can download here:

http://www.microsoft.com/downloads/...fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en

Are you running Visual Studio 2008 with AJAX 3.5? If so, you could *try*
reversioning the assembly. Change the 1.0.61025.0 to 3.5.0.0 and give it
a shot. Most everything works between the versions, so it'd be worth a shot.
:)

You can double check what versions of assembly files you have loaded in the
GAC by going to Start > Run > assembly (no quotes, no exe, etc), then browsing
down to System.Web.Extensions.

HTH.

-dl
 
I

iHavAQuestion

Thank U Sir,
It works ::))

Now I have one more issue.
I have downloaded Ajax frame work and in the toolbox I am getting AJAX
Extention in which i find the Script manager.
Bit,in the design form I am not getting this part of the tag..
<ajaxToolkit:ToolkitScriptManager
I also added AjaxControlToolkit.dll in the bin directory.
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top