While installation of DotShoppingCart site some stored procedures cannot be created on Sql Servers which have Turkish_CI_AS collation. While trying to add new attributes to the site it complains “cannot find ‘DSC_Attributes_Add’ stored procedure”. Same problem exists for DSC_Attribute_Update sp. I have inspected the installation script of the db and found the case sensitivity error.
=> Replace “@selectionTypedisplaycontrolid” string with “@SelectionTypeDisplayControlId”
and the site installs smoothly. Enjoy your DotShoppingCart site!