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

plugin.validation.dns.azure v2.2.8.1635 missing System.ClientModel.dll #2536

Closed
oeriksen opened this issue Mar 2, 2024 · 5 comments
Closed
Milestone

Comments

@oeriksen
Copy link

oeriksen commented Mar 2, 2024

Describe the bug
The azure dns plugin is missing System.ClientModel.dll. When running wacs.exe you get a bunch of:

Error loading type from "Azure.ResourceManager, Version=1.10.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8" ("C:\Letsencrypt\Azure.ResourceManager.dll")
System.IO.FileNotFoundException:
File name: 'System.ClientModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8'

I was able to fix the problem by downloading the System.ClientModel nuget package from https://www.nuget.org/packages/System.ClientModel/
After extracting System.ClientModel.dll and put in the folder with the other files the error messages disappears.
So it's not a problem for me anymore but just wanted to let you know.

To Reproduce

  1. Download win-acme.v2.2.8.1635.x64.pluggable.zip
  2. Download plugin.validation.dns.azure.v2.2.8.1635.zip
  3. Extract both into the same folder
  4. Run wacs.exe
  5. See error

Expected behavior
To able to run wacs.exe without any error messages appear

Platform:

  • OS: Windows Server 2019, English
  • Version: 2.2.8, 64-bit, pluggable
@GregWoods
Copy link

Same issue, same version. Running on Windows Server 2022 Core

@WouterTinus WouterTinus added this to the 2.2.8 milestone Mar 6, 2024
WouterTinus added a commit that referenced this issue Mar 6, 2024
@rmalayter
Copy link

same issue, same version. Can confirm that adding the System.ClientModel.dll (the .net 6 version) maunally to the folder fixes issue

@MarkTallentire
Copy link

MarkTallentire commented Mar 20, 2024

Can also confirm, for anyone who needs it heres the missing DLL. Just drop it in your WinAcme Folder
System.ClientModel.dll.zip

@krocd
Copy link

krocd commented Mar 23, 2024

Same issue here. Same solution. Thank you guys for figuring out the solution.

@WouterTinus WouterTinus modified the milestones: 2.2.8, 2.2.9 May 3, 2024
@WouterTinus
Copy link
Member

This has been released in 2.2.9

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

No branches or pull requests

6 participants