I have created a local IIS copy of a website we have on our servers. when trying to build it in Visual Studio 2010 I get the following error:
Error 5 Method 'get_EnableCdn' in type 'System.Web.UI.ScriptManager' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. D:\Websites\EAA\config\splashes\noNodes.aspx 1
I did a search on these forums and found the topic from John who had the same error and resolved it by changing the App_Pool target to .NET V2 rather than V4, however, this has not worked for me and the error persists.
Method 'get_EnableCdn' error
Hi all,
I have created a local IIS copy of a website we have on our servers. when trying to build it in Visual Studio 2010 I get the following error:
is working on a reply...