Issues Installing AbleCommerce 7.0.5
Posted: Fri Oct 01, 2010 2:34 pm
Has anyone been able to get AbleCommerce installed and built/compiled using Visual Studio? I'm using VS2010 and am trying to install a new installation of 7.0.5 and continue running into build errors. I set this up as a web site project and initially get an error about the ScriptManager. I refreshed the AjaxControlToolkit.dll reference (not sure what else to do):
- The name 'ScriptManager' does not exist in the current context. (\App_Code\PageHelper.cs, line 522)
- The 'CodeFile' attribute cannot be used without an 'Inherits' attribute. (\Admin\Catalog\AddCategory.aspx) - error appears 78 times for this one page
- The 'CodeFile' attribute cannot be used without an 'Inherits' attribute. (\Admin\Catalog\AddLink.aspx) - error appears 91 times for this one page
- The type or namespace name 'ScriptManager' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) and The type or namespace name 'UpdateProgress' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) (\Admin\Catalog.master) and (\Admin.master)
- The type or namespace name 'UpdatePanel' does not exist in the namespace 'System.Web.UI' (are you missing an assembly reference?) (half a dozen different pages)