tytonytong-hotmail
-
1/21/2011 3:20:07 PM
Compilation Error after fresh install of version 5.5 in Win7
Hello,
I just download the latest version of 5.5 today to install in local of my Win7. I used Kentico CMS Web Installer, using .NET 4.0 and VS 2010, local server, default IIS location and full installation. After installation finished, I opened http://localhost/kenticoCMS/, but run into Compilation Error.
Compiler Error Message: CS0234: The type or namespace name 'GlobalHelper' does not exist in the namespace 'CMS' (are you missing an assembly reference?)
Line 13: using System.Web.UI.WebControls; Line 14: Line 15: using CMS.GlobalHelper; Line 16: using CMS.SettingsProvider; Line 17: using CMS.CMSHelper;
When I tried http://localhost/kenticoCMS/cmsIntall/install.aspx, run into same Compiler error of related to "GlobalHelper".
Could this be permission issue (I updated IIS_User permission already) or I other config setting I missed?
thanks for any help!
Tony
|