|
I created a new asp web site and imported all the files in the sample diectory (app_data, bin, web config), and when I try to compile I get the folowing error
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:\Users\Scott Olle\Documents\Visual
Studio 2008\WebSites\WebSite7\web.config 22
I am using .net 3.5 so when I changed it to
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
in the web.config file things got even worse.
What am I missing? Could I change all the references to 3.5 references?
Thank you
|