Upgrades Questions on upgrading to version 4.x.
Version 4.x > Upgrades > 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 5:47:47 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


Anyone can help and advise :(

User avatar
Member
Member
pchubtechnologies-gmail - 2/6/2010 9:00:21 AM
   
RE:Got the following error when i upgrade from existing version 4 to 4.1
Hmm just wonder does kentico support only support paid version?? :(

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/8/2010 2:54:47 AM
   
RE:Got the following error when i upgrade from existing version 4 to 4.1
Hi,

It seems that you used .Net 2.0 before and you upgraded with .Net 3.5 DLL files. Also, it seems that you added the assemblies to GAC before and now the version is not matching, so you need to update the GAC assemblies and also you can try to clear .Net cache (c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\).

Paid version is supported because part of the price is also support maintenance subscription as for any other product. Open source products have bigger communities, that is true, but if you want to have official support, it is very expensive (e.g. 100USD pre incident).

Best Regards,
Juraj Ondrus

User avatar
Member
Member
pchubtechnologies-gmail - 2/8/2010 6:47:04 AM
   
RE:Got the following error when i upgrade from existing version 4 to 4.1
Hi Juraj

Thanks for the response. Just a thought if there are any issue with upgrading to 4.1 on a server running IIS7.0.?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 2/9/2010 1:43:00 PM
   
RE:Got the following error when i upgrade from existing version 4 to 4.1
Hi,

I am not aware of any IIS specific issue when upgrading to 4.1. Only this issues were quite often: http://devnet.kentico.com/Blogs/Juraj-Ondrus/September-2009/Upgrading-from-version-4-0-to-4-1.aspx

Best Regards,
Juraj Ondrus


User avatar
Member
Member
pchubtechnologies-gmail - 2/9/2010 9:50:35 PM
   
RE:Got the following error when i upgrade from existing version 4 to 4.1
Hey Jurai

It work after following the above advise, thanks and appreciate for your help

Regards Daniel