MscrmTools / MscrmTools.Xrm.Connection

Provides Winforms control to connect to Microsoft Dynamics CRM deployments
GNU Lesser General Public License v3.0
23 stars 38 forks source link

Cannot connect to CRM 8.2 since updated to version 1.2021.1.44 #129

Closed AntonSul closed 3 years ago

AntonSul commented 3 years ago

Hi Since updating to version 1.201.1.44 one cannot connect to CRM 8.2 as it seems that sdkversion=9 is added to the connection sting automatically when connecting.

Anton

image

MscrmTools commented 3 years ago

The error message does not seem related to "sdkversion=9"

a 404 error indicates a page not found and sdkversion=9 is just a parameter, not the url so 404 error shouldn't be related

AntonSul commented 3 years ago

Hi Sorry. After further investigation I think what is happening. We have got an On-Premise with IFD installation and it seems that the url that xrmtoolbox uses contains the ORGNAME (https:////XRMServices/2011/Organization.svc?wsdl&sdkversion=9 as part of the url which is causing the problem.

MscrmTools commented 3 years ago

it seems more likely, yes. Just update your connection and you should be good