ASPX templates
Version 3.x > ASPX templates > Type or Namespace name '...' could not be found View modes: 
User avatar
Member
Member
kenticocmstest-yahoo - 1/28/2009 12:14:20 AM
   
Type or Namespace name '...' could not be found
Hi,

I'm currently trying kentico 3.1a with ASPX templates, I' following the tutorial KenticoCMS_Tutorial_ASPX.pdf everything works fine until i arrive page 76 the website don't compile and I get a lot of missing Type or NameSpace name ...

Error 1 The type or namespace name 'MacroResolver' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSAdminControls\MacroSelector.cs 20 30 C:\...\KenticoCMS2\
Error 2 The type or namespace name 'MacroResolver' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSAdminControls\MacroSelector.cs 25 19 C:\...\KenticoCMS2\
Error 3 The type or namespace name 'OptionCategoryInfo' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSEcommerce\ProductOptionSelector.cs 26 17 C:\...\KenticoCMS2\
Error 4 The type or namespace name 'MetaFileInfo' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSPages\CMSOutputMetaFile.cs 32 13 C:\...\KenticoCMS2\
Error 5 The type or namespace name 'MacroResolver' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\Global\CMS\CMSCustom.cs 33 45 C:\...\KenticoCMS2\
Error 6 The type or namespace name 'MetaFileInfo' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSPages\CMSOutputMetaFile.cs 50 12 C:\...\KenticoCMS2\
Error 7 The type or namespace name 'MacroResolver' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSAdminControls\MacroSelector.cs 91 19 C:\...\KenticoCMS2\
Error 8 The type or namespace name 'OptionCategoryInfo' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSEcommerce\ProductOptionSelector.cs 137 16 C:\...\KenticoCMS2\
Error 9 The type or namespace name 'MetaFileInfo' could not be found (are you missing a using directive or an assembly reference?) C:\Inetpub\wwwroot\KenticoCMS2\App_Code\CMSPages\CMSOutputMetaFile.cs 291 30 C:\...\KenticoCMS2\


I'm really stuck on this problem can anybody help me ?
Regards,

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/28/2009 10:08:26 AM
   
RE:Type or Namespace name '...' could not be found
Hi,

According to the path "...KenticoCMS2..." I assume that you have already installed a version of CMS. Have you referenced to the right DLL files? It seems that you are referencing to some older files. Could you please check it?

Best Regards,
Juraj Ondrus

User avatar
Member
Member
kenticocmstest-yahoo - 1/28/2009 7:00:30 PM
   
RE:Type or Namespace name '...' could not be found
Hi thanks,
I've reinstalled Kentico and it works now
Regards