Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Got the following error when i upgrade from existing version 4 to 4.1 View modes: 
User avatar
Member
Member
pchubtechnologies-gmail - 2/6/2010 6:12:28 AM
   
Got the following error when i upgrade from existing version 4 to 4.1
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