productVariantId no longer exist in RC3
Posted: Tue Apr 01, 2008 1:56 pm
Hi,
After we upgrade our ac7 to RC3 we started getting errors like the one below.
\ConLib\GisCustom\BuyProductDialog.ascx.cs(187): error CS1502: The best overloaded method match for 'CommerceBuilder.Orders.BasketItemDataSource.CreateForProduct(int, short, string, System.Collections.Generic.List<int>)' has some invalid arguments
Looking at the code, it shows that productVariantId was replaced with optionList but when I started to modify the code , I did start getting another error like 'ASP.conlib... does not have productVariantID.
Since we did create custom conlib libraries using the said method, what is the best way to fix the problem?
Please let me know if you guys need more details.
Thanks!
After we upgrade our ac7 to RC3 we started getting errors like the one below.
\ConLib\GisCustom\BuyProductDialog.ascx.cs(187): error CS1502: The best overloaded method match for 'CommerceBuilder.Orders.BasketItemDataSource.CreateForProduct(int, short, string, System.Collections.Generic.List<int>)' has some invalid arguments
Looking at the code, it shows that productVariantId was replaced with optionList but when I started to modify the code , I did start getting another error like 'ASP.conlib... does not have productVariantID.
Since we did create custom conlib libraries using the said method, what is the best way to fix the problem?
Please let me know if you guys need more details.
Thanks!