i get this error
d:\Domains\mydomain.com\wwwroot\App_Code\XmlParse. cs(13,29): error CS0246: The type or namespace name 'XSLTExtensionBase' could not be found (are you missing a using directive or an assembly reference?)
d:\Domains\mydomain.com\wwwroot\App_Code\XmlParse. cs(15,25): error CS0246: The type or namespace name 'Customer' could not be found (are you missing a using directive or an assembly reference?)
d:\Domains\mydomain.com\wwwroot\App_Code\XmlParse. cs(19,25): error CS0246: The type or namespace name 'Customer' could not be found (are you missing a using directive or an assembly reference?)
d:\Domains\mydomain.com\wwwroot\App_Code\XmlParse. cs(19,98): error CS0246: The type or namespace name 'EntityHelper' could not be found (are you missing a using directive or an assembly reference?)




Reply With Quote
