Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DiscoveryService removed for on-premise user from XrmCoreLibrary / v9 / Client / XrmServiceManager.cs #56

Open
davidmattson1 opened this issue Apr 18, 2023 · 2 comments

Comments

@davidmattson1
Copy link

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.

@seanmcne
Copy link
Owner

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?

@davidmattson1
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants