Link to home
Start Free TrialLog in
Avatar of G0ggy
G0ggyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

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:

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

Open in new window

     
I did a search on the Umbraco 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.

http://our.umbraco.org/forum/getting-started/installing-umbraco/9047-Parser-error-Method-'get_EnableCdn'--does-not-have-an-implementation

Any idea what else could be the solution?
Avatar of strickdd
strickdd
Flag of United States of America image

Looking around, I found a few similar cases. I would recommend making sure that the DLLs referenced are in your bin folder or properly installed to the GAC.

http://forums.asp.net/p/1497738/3535517.aspx
ASKER CERTIFIED SOLUTION
Avatar of G0ggy
G0ggy
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial