You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My company was using these libraries and has recently upgraded from CRM 2015 to Dynamics 365 v9.1 the newest version on-premise. The Discovery Service is still necessary for on-premise users as there is currently no replacement but the code has all broken from the removal of the DiscoveryServiceManager from XrmServiceManager.cs.
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered:
Hi David - you can continue to use the v8.2 library with v9 if needed. You can always directly connect to the serverUrl if you know the org address and name. Also, you can use the discovery service in your code (without using discovery service ms share) to get the list of kegs, if required.
Is your use of the library for an end user app using discovery? Are you using the library from Nuget or are you using this code and compiling it yourself?
it is not for an end user app and I was using the library from Nuget. Hmm, I suppose I could compile the code myself... great idea! Thank you that should solve it actually!
My company was using these libraries and has recently upgraded from CRM 2015 to Dynamics 365 v9.1 the newest version on-premise. The Discovery Service is still necessary for on-premise users as there is currently no replacement but the code has all broken from the removal of the DiscoveryServiceManager from XrmServiceManager.cs.
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: