-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
DirectoryServices deployement on nano serve Unable to load activeds.dll #26735
Comments
@tquerec, @josephisenhour, @bongiovimatthew-microsoft can you confirm whether System.DirectoryServices is expected to work on Nano? My assumption is not - I believe activeds.dll is not part of WCP ? |
That's correct, System.DirectoryServices doesn't work with nano yet. |
@josephisenhour "yet" .. is it planned? maybe that's the same question as, do you expect to put activeds.dll in the image. Either way it would be nice to have a more specific message. |
It is planned and some work is underway, but there are no specific dates yet. |
Many thanks @danmosemsft , @josephisenhour . |
@tquerec, @josephisenhour, @bongiovimatthew-microsoft does System.DirectoryServices now work on Windows 10 Nano? Please triage this and set a milestone. |
Is there currently a suggested workaround for this issue? And is the date this issue will be fixed known? |
@tquerec do you know? |
There is no reasonable workaround I know of. There was work to move ADSI into the onecore package but this does not necessarily mean it's also included in nano. The best way to figure this out may be to install the latest nano package and look for the presence of any of the ADSI binaries ( activeds.dll, etc ). |
Thanks @tquerec, the activeds.dll package wasn't present for me in the nano server package. In case anyone else is stuck, using System.DirectoryServices.Protocols to use LDAP to access AD directly are working for me as a workaround. |
Are there any updates on this topic since Jul 2018? Regards |
Hello,
I try to deploy a .netcore 2 app on a docker nanoserver. This app is using Mirosoft.DirectoryServices and i always have an error "Unable to load activeds.dll. Module not found..." when it try to use it.
I try to put the dll into the container in c:/windows/system32 but nothing change.
Can somebody help me about this issue?
Regards.
The text was updated successfully, but these errors were encountered: