Compilation Error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
HardySolar
Ensign (ENS)
Ensign (ENS)
Posts: 19
Joined: Sun Apr 06, 2008 10:49 am
Contact:

Compilation Error

Post by HardySolar » Mon Apr 07, 2008 9:01 am

I am having problems with a new install of AC 7 and when I click on digital goods I get a compilation error. Any help.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'CommerceBuilder.Products.ProductVariant' does not contain a definition for 'ProductDigitalGoods'

Source Error:



Line 37: for(int i =0; i < manager.Count; i++){
Line 38: ProductVariant variant = manager.GetVariantByIndex(i);
Line 39: if (variant.ProductDigitalGoods.Count > 0)
Line 40: {
Line 41: foreach (ProductDigitalGood dg in variant.ProductDigitalGoods)

User avatar
m_plugables
Commander (CMDR)
Commander (CMDR)
Posts: 149
Joined: Tue Mar 11, 2008 12:44 am
Contact:

Re: Compilation Error

Post by m_plugables » Mon Apr 07, 2008 9:26 am

It seems that you have some older version of the CommerceBuilder.dll in your Bin folder.
Image
Visit the links below to Download Plugins for your AC7 Store
http://www.plugables.com
http://blog.plugables.com

Post Reply