I would like to connect navision 2016 with dynamics 365 but it not working ,please suggest me.
*This post is locked for comments
I would like to connect navision 2016 with dynamics 365 but it not working ,please suggest me.
*This post is locked for comments
Hi,
I´ve the same issue.
did you contact MS Support ?
Hi Chaianan Jantoo,
Tenfold can help in integrating MS Dynamics 365 and enabling click to dial in Outlook. Our click to dial also works on webpages opened in Chrome. They also support MS Dynamics integration www.tenfold.com/.../dynamics
Many thanks for share it!
MS Support recommend us to update .dll file but not working and same error
Resolution Steps
1. Download the latest CRM SDK from www.microsoft.com/.../details.aspx.
2. Before replacing the .dlls in the next two steps, make copies of them.
3. Replace Microsoft.Crm.Sdk.Proxy.dll from the <Connector installation directory> with the .dll of the same name found in the SDK installation <Connector installation directory>\Microsoft Dynamics Adapter\Adapters\. My installation directory example: C:\Program Files (x86)\Microsoft Dynamics\Microsoft Dynamics Adapter\Adapters\
4. Replace Microsoft.Xrm.Sdk.dll from the <Connector installation directory>\Adapters\Microsoft.Dynamics.Integration.Adapters.Crm2011 directory with the .dll of the same name found in the SDK installation.
5. Redirect the dependent Xrm Sdk assemblies from version 7.0.0.0 to version 8.0.0.0 by updating or adding the following xml tags to these connector configuration files; these files can be found in the <Connector installation directory>
• ConnectorServiceHost.exe.config
• Microsoft.Dynamics.Integration.Adapters.Crm2011.Configuration.exe.config
• Microsoft.Dynamics.Integration.Client.exe.config
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Xrm.Sdk" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="7.0.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Crm.Sdk.Proxy" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="7.0.0.0" newVersion="8.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
In my example after taking a copy of the above 3 config files, I added the above straight under the <configuration> element as per the following examples for each of the above mentioned config files:
Not yet, but we have the same issue when the upgrade of D365 and the Dynamics Connector, and they said us wich dll must be changed
did you contact MS Support ?
Hi,
I´ve the same issue.
Surely we need a fix from MS Support
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156