We installed a new asp.net website and at the new location we are getting the following error in the event log.
error BC30007: Reference required to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the base class 'System.Web.UI.ScriptManager'. Add one to your project.
We also got an error on another page that could not recognize <asp: ListView as a valid control. We are using AjaxToolkit and I think it has something to do with that but I do not remember to have to do anything special on the web server. The web site
has a bin folder with the dll for tootlkit on it but getting error on the ToolkitScriptManager control.
dlchase
Member
232 Points
370 Posts
Error 1310
Apr 27, 2012 07:40 PM|LINK
We installed a new asp.net website and at the new location we are getting the following error in the event log.
error BC30007: Reference required to assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' containing the base class 'System.Web.UI.ScriptManager'. Add one to your project.
We also got an error on another page that could not recognize <asp: ListView as a valid control. We are using AjaxToolkit and I think it has something to do with that but I do not remember to have to do anything special on the web server. The web site has a bin folder with the dll for tootlkit on it but getting error on the ToolkitScriptManager control.
Thanks.
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: Error 1310
Apr 28, 2012 10:52 AM|LINK
Remove the ToolkitScriptManager and use the ScriptManager that comes with ASP.NET. (Look in the AJAX Extensions section of the Toolbar.)
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
dlchase
Member
232 Points
370 Posts
Re: Error 1310
Apr 28, 2012 12:38 PM|LINK
I don't understand. I have always used the ToolkitScriptManager. What is your reason? Thanks.
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: Error 1310
Apr 30, 2012 01:05 AM|LINK
Hi,
Make sure you install the correct version of the AjaxControlToolkit:
Version 3.0.20229 2008-02-29 release of the AJAX Control Toolkit targets the official release of .NET Framework 3.5 and Visual Studio 2008.
Version 1.0.20229 You can also download the Toolkit for .NET Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005.
Version 3.0.40412
April 12, 2010 release of the AJAX Control Toolkit for ASP.NET 3.5 Service Pack 1 and Visual Studio 2008 SP1.
Version 4.1.51116.0
Nov 16 2011 release of the AJAX Control Toolkit for ASP.NET 4.0 and Visual Studio 2010
Then you could add the Ajax Control Toolkit to the VS Toolbox step by step at:http://www.asp.net/ajaxlibrary/act.ashx.
And I think toolkitscriptmanager is no problem.
Feedback to us
Develop and promote your apps in Windows Store
dlchase
Member
232 Points
370 Posts
Re: Error 1310
Apr 30, 2012 01:21 PM|LINK
My version shows 3.5.40412.2
dlchase
Member
232 Points
370 Posts
Re: Error 1310
Apr 30, 2012 03:03 PM|LINK
Also, shouldn't the latest version of ACT work on any Framework 3.5 server? Thanks.
dlchase
Member
232 Points
370 Posts
Re: Error 1310
May 01, 2012 01:34 PM|LINK
Still a problem. Any other ideas on where to look? Is this a permissions issue? Thanks.
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: Error 1310
May 02, 2012 06:30 AM|LINK
Hi,
Could you create a simple site, and send to me. So I may reproduce that on my side.
Feedback to us
Develop and promote your apps in Windows Store