Good Day,
I have been searching through alot of post on the different messageboards, however i haven't found any that resolved my issue.
i am trying to dynamics 365 using XRM tooling. It worked perfectly a month ago, however it suddenly stopped.
After investigation it looks like it gets the environment information fine from the CrmServiceClient connection string, however, the user authentication isnt getting recognised. the OAuthuserid is empty("") and the OrganizationServiceProxy is all null.
I have a suspicion that it has something to do with the version, the CRM Version is now 9.1.0.14432 , while the SDKVersionProperty is still 9.0.44.892.
i know my connection string is correct, seeing it was working perfectly fine a month ago. the format i used is as follows.
<connectionStrings> <add name="Dynamics365Connection" connectionString="AuthType=Office365;Username=jsmith@contoso.onmicrosoft.com; Password='enterpasswordhere';Url=">contoso.crm.dynamics.com;RequireNewInstance=True;" /> </connectionStrings>
does anyone know if there is a new requirement when doing api connections using xrmtooling ?
Thanks