TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Krishnan Suba
1.6k
82
14.9k
Taxestimationservice issues in Ecommerce Site
Dec 8 2019 5:57 AM
In Ecommerce site we using below code for Shopping card helper.
private static readonly ITaxEstimationService taxEstimationService = DIContainer.Resolve<ITaxEstimationService>()
I am getting below error message.
'ITaxEstimationService' is an ambiguous reference between 'Kadena.BusinessLogic.Contracts.ITaxEstimationService' and 'CMS.Ecommerce.ITaxEstimationService'.
What I have tried:
<pre>
If I changed the below code the value is return zero.
private static readonly BusinessLogic.Contracts.ITaxEstimationService taxEstimationService = DIContainer.Resolve<BusinessLogic.Contracts.ITaxEstimationService>();
Reply
Answers (
0
)
Web Api in asp.net
Is it possible to convert a date type to a numeric type in c