
I have built a console application that connects to the dynamic 365 and its connecting fine.
I tried calling the same console application using azure functions and using the same connection string and its throwing FIle not found exception.
This is the string I am using
string connection = @"Url=https://**************.crm.dynamics.com; Username=********; Password=********; authtype=OAuth; AppId=*****************; RedirectUri=app:/***************;LoginPrompt=Auto";
what am I doing wrong?
Hi,
Have you tried to download the latest dll file from Nuget?
Or you could attach a screenshot of the error message to me.