When calling:
@Html.Raw(TC.GeneratePaymentForm(.....
the Error Message
Method not found: 'Void TeaCommerce.Api.Infrastructure.Logging.ILoggingService.Log(System.String)'.
appears.
I think previous version of
TeaCommerce.Api.Infrastructure.Logging.ILoggingService uses
3 versions of Log while the recent version has
Error
Info
Warn
The latest version of Tea Commerce got some new logging. Have you updated your own code and updated all dll files so no legacy files still try and call old mehtods?
TC.GeneratePaymentForm Error
When calling: @Html.Raw(TC.GeneratePaymentForm(.....
the Error Message
Method not found: 'Void TeaCommerce.Api.Infrastructure.Logging.ILoggingService.Log(System.String)'.
appears. I think previous version of TeaCommerce.Api.Infrastructure.Logging.ILoggingService uses 3 versions of Log while the recent version has Error Info Warn
The latest version of Tea Commerce got some new logging. Have you updated your own code and updated all dll files so no legacy files still try and call old mehtods?
Kind regards
Anders
is working on a reply...