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

DirectoryServices deployement on nano serve Unable to load activeds.dll #26735

Open
winsquall opened this issue Jul 9, 2018 · 11 comments
Open
Assignees
Labels
area-System.DirectoryServices bug needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration os-windows-nano Nano Windows SKU
Milestone

Comments

@winsquall
Copy link

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.

@danmoseley
Copy link
Member

@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 ?

@winsquall winsquall changed the title DirectoryServices deployemnt on nano serve Unable to load activeds.dll DirectoryServices deployement on nano serve Unable to load activeds.dll Jul 10, 2018
@josephisenhour
Copy link

That's correct, System.DirectoryServices doesn't work with nano yet.

@danmoseley
Copy link
Member

@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.

@josephisenhour
Copy link

It is planned and some work is underway, but there are no specific dates yet.

@winsquall
Copy link
Author

Many thanks @danmosemsft , @josephisenhour .
Until a new image of nanoserver is release, is there a workaround more efficient than put the activeds.dll in system32?
Regards

@ViktorHofer
Copy link
Member

@tquerec, @josephisenhour, @bongiovimatthew-microsoft does System.DirectoryServices now work on Windows 10 Nano? Please triage this and set a milestone.

@tquerec tquerec self-assigned this Apr 24, 2019
@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@ericstj ericstj removed the untriaged New issue has not been triaged by the area owner label Jul 9, 2020
@LisavB
Copy link

LisavB commented Apr 5, 2021

Is there currently a suggested workaround for this issue? And is the date this issue will be fixed known?

@ghost ghost added the needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration label Apr 5, 2021
@danmoseley
Copy link
Member

@tquerec do you know?

@tquerec
Copy link
Member

tquerec commented Apr 6, 2021

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 ).

@LisavB
Copy link

LisavB commented Apr 7, 2021

Thanks @tquerec, the activeds.dll package wasn't present for me in the nano server package.
Is there planned work to add these to the nano-server?

In case anyone else is stuck, using System.DirectoryServices.Protocols to use LDAP to access AD directly are working for me as a workaround.

@joperezr joperezr removed the needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration label Apr 13, 2021
@af-mst
Copy link

af-mst commented Feb 21, 2022

Are there any updates on this topic since Jul 2018?
We would really appreciate using nano, because if the considerably lower size compared to core (which we currently use)

Regards

@ghost ghost added the needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration label Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.DirectoryServices bug needs-further-triage Issue has been initially triaged, but needs deeper consideration or reconsideration os-windows-nano Nano Windows SKU
Projects
No open projects
Development

No branches or pull requests