Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Tag: azure function error

[Solved] Azure Function is not showing in the List in Azure Function App in Portal after Published from Visual Studio

While working with Azure Function and Publishing to Azure, you may find that your function gets published from Visual studio but your function is not showing in function app in azure portal. SOLUTION The solution is to make sure to use correct deployment mode as Self-contained. Once you publish again you will see the function…
Read more

[Solved] Could not load file or assembly ‘Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. In Azure Function and Dynamics 365 Integration

While working with Azure Function to connect Dynamics 365 you might face below error. Could not load file or assembly ‘Microsoft.IdentityModel.Clients.ActiveDirectory, Version=2.18.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. The Solution: This error comes because of Version mismatch in Assemblies of Microsoft Core Assemblies and Project .NET Framework.…
Read more