Avatar of alfardan
alfardan
Flag for United Arab Emirates asked on

VB.NET 2005 Compilation Error

Hello
someone build a web application and then gave it to me for further development. When I tried to compile the application (that was given to me on my local machine) before I do any changes to the original source code, I received the following compilation error message:

=================================
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.
=================================

When I click on this error message, it opens for me (Web.config) file and points to me at this line:

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

What's the problem here?
.NET ProgrammingASP.NETVisual Basic.NET

Avatar of undefined
Last Comment
alfardan

8/22/2022 - Mon
sunithnair

You will need to install the Ajax framework.
ASKER CERTIFIED SOLUTION
abel

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
sunithnair

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
alfardan

ASKER
Thanks a lot, this error has gone now :)
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes