Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0433: The type 'System.Web.Script.Services.ScriptMethodAttribute' exists in both 'c:\Windows\assembly\GAC_MSIL\System.Web.Extensions\3.5.0.0__31bf3856ad364e35\System.Web.Extensions.dll' and 'c:\Windows\assembly\GAC_MSIL\System.Web.Extensions\1.0.61025.0__31bf3856ad364e35\System.Web.Extensions.dll'
Source Error:
Line 26:
Line 27: [WebMethod]
Line 28: [ScriptMethod]
Line 29: public string[] TagsAutoComplete(string prefixText, int count, string contextKey)
Line 30: {
Source File: d:\domains\housing.com\App_Code\CMSPages\TagSelectorService.cs Line: 28