Page 1 of 1

Issues Installing AbleCommerce 7.0.5

Posted: Fri Oct 01, 2010 2:34 pm
by myvo04
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)
I tried correcting this error by replacing "ScriptManager" with "page.ClientScript" and ended up with more errors (183 total):
  • 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)
Ultimately, I need to be able to build the site and haven't been able to get past this so that I can proceed with the installation. Any info would be of great help. Thanks in advance.

Re: Issues Installing AbleCommerce 7.0.5

Posted: Sat Oct 02, 2010 6:30 am
by jmestep
I had similar problems until I changed the target framework in the VS property pages to .net 3.5 instead of 4.0.
Build.png

Re: Issues Installing AbleCommerce 7.0.5

Posted: Mon Oct 04, 2010 6:57 am
by myvo04
Perfect...that worked! Thanks so much!