CrmServiceClient connection works great in my application using net framework 4.5.x but I am looking to upgrade to core 2.x and am getting issues with references that are no longer available in core "system.web.services" is the specific error being thrown. Is there a good upgrade path or nuget package that I need to download so my existing code works w/min. changes?
Thanks,
Justin
*This post is locked for comments
Hi all,
we are experiencing the same issue tring to get entity from an application with core 2.x
var serviceClient = new CrmServiceClient(crmConnectionString);
serviceClient .GetEntityDataById("entity", id, columns);
anyone knows how to solve it?
Thanks
Davide
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156