It seems like there is some problem with the TeaCommerce.Api.dll I have in this project.. Its missing both of the namespaces.. but the assembly version is same 2.0.0.0
Please see the namespace list of the latest DLL and the dll we have in our project..
I tried to copy the latest DLLs to the website but its throwing Sql errors..
I have installed the latest package and things seems to work well. the ecommerce.js file had an error order.shipment is null but replacing the file from starter kit fixed it as well.
Namespace doesnot exist TeaCommerce.Api.Dependency
I have copied the code from here for custom shipping calculation
http://documentation.teacommerce.net/net-api/price-calculators/order-calculator/
but it shows error and I can not compile the code since TeaCommerce.Api.Dependency can not found..
I have referenced all DLLs coming as part of the 2.1.3 project in a DLL project
Also TeaCommerce.Api.InformationExtractors is missing
Have you added a reference to TeaCommerce.Api.dll that is the one that has these interfaces
Kind regards
Anders
It seems like there is some problem with the TeaCommerce.Api.dll I have in this project.. Its missing both of the namespaces.. but the assembly version is same 2.0.0.0
Please see the namespace list of the latest DLL and the dll we have in our project..
I tried to copy the latest DLLs to the website but its throwing Sql errors..
I have installed the latest package and things seems to work well. the ecommerce.js file had an error order.shipment is null but replacing the file from starter kit fixed it as well.
is working on a reply...