Hi.
I have upgraded a solution to DW 9.6.9 and it's able to compile. The issue is, that when I try to call:
var products = Dynamicweb.Ecommerce.Services.Products.GetActiveProducts(cart.LanguageId, true).ToList();
I get following error:
System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near '.'. Incorrect syntax near ')'.
This happens after a user has logged in, and we are trying to get the cart. This is done in a custom basket provider (which will create a product if it exists in the cart, but doesn't exist in the current active products).