Issues Installing AbleCommerce 7.0.5

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
myvo04
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 29
Joined: Thu Apr 24, 2008 8:14 am

Issues Installing AbleCommerce 7.0.5

Post by myvo04 » 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)
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.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Issues Installing AbleCommerce 7.0.5

Post by jmestep » Sat Oct 02, 2010 6:30 am

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
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

myvo04
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 29
Joined: Thu Apr 24, 2008 8:14 am

Re: Issues Installing AbleCommerce 7.0.5

Post by myvo04 » Mon Oct 04, 2010 6:57 am

Perfect...that worked! Thanks so much!

Post Reply