I’m trying to integrate Microsoft Dynamics NAV with DocuSign through DotNet assembly. I’m getting the following error when selecting the DocuSign.eSign.
.NET interop: exception occurred, 'Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I have copied the below dlls to enable the dotnet assemby in dynamics nav.
DocuSign.eSign.dll
Microsoft.Bcl.TimeProvider.dll
Microsoft.IdentityModel.Abstractions.dll
Microsoft.IdentityModel.JsonWebTokens.dll
Microsoft.IdentityModel.Logging.dll
Microsoft.IdentityModel.Tokens.dll
Newtonsoft.Json.dll
Please help