Compiler Error Message: CS0246: The type or namespace name 'CMSLoaderAttribute' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 12: /// Attribute class ensuring correct initialization of methods in macro resolver. Line 13: /// Line 14:
private class EcommerceModuleLoaderAttribute : CMSLoaderAttribute Line 15: { Line 16: ///Source File: c:\Inetpub\wwwroot\KenticoCMS\App_Code\CMSModules\Ecommerce\EcommerceMethodsLoader.cs Line: 14
I have installed Kentico CMS for my website in ASP. Installation was successful and when I tried running the CMS from Visual Studio 2010, Browser showed me the above error.