I am a Visual Studio 2008 user, and I recently began working on a project involving System.Web.Extensions. When I try to test the project, i get an error which reads:
Error 1 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\Dan\Desktop\New Project\Web\Local700\web.config 35
I have added System.Web.Extensions to my references, and in fact the version in my references is 1.0.61025.0, which is the one the error says is missing. Also, I had the 3.5 version listed in my references, but I removed it, fearing that the error might have been some sort of conflict. Does anyone know what might be missing?