Hello,
Is there any way to connect to Dynamics CRM 365 from .NET Core application via the Dynamics SDK? Or Should I use the web api? I have read it could be possible, but when I reference the SDK from my .NET core class Library and try to connect I get the error.
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Web.Services..
I could successfully make it work from a .NET Framework project. Any help would be appreciated.