mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #37] Version 1.6 error loading System.Net.HTTP #30
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DerKamii on GitHub (Feb 14, 2019).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/37
Hi,
your release has a problem with System.Net.Http:
Could not load file or assembly 'System.Net.Http, Version=4.2.0.0
Full Msg:
Unbehandelte Ausnahme: System.IO.FileLoadException: Die Datei oder Assembly "System.Net.Http, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" oder eine Abhängigkeit davon wurde nicht gefunden. Die gefundene Manifestdefinition der Assembly stimmt nicht mit dem Assemblyverweis überein. (Ausnahme von HRESULT: 0x80131040)
bei Altairis.AutoAcme.Core.AutoAcmeContext..ctor(Uri serverAddress)
bei Altairis.AutoAcme.Manager.Program.InitCfg(Boolean useDefaults, String cfgFileName, Boolean overwrite, Boolean verbose)
bei lambda_method(Closure , Object , Object[] )
bei NConsoler.Consolery.InvokeMethod(MethodInfo method)
bei NConsoler.Consolery.RunAction()
bei NConsoler.Consolery.Run(Type targetType, String[] args, IMessenger messenger, Notation notationType)
bei NConsoler.Consolery.Run()
bei Altairis.AutoAcme.Manager.Program.Main(String[] args)
1.5.4 still work's great.
@avonwyss commented on GitHub (Feb 14, 2019):
@DerKamii Thanks for reporting. You can fix this by editing the
.configfile. The assembly redirect for System.Net.Http should be like this:@ridercz The nuget package update
github.com/ridercz/AutoACME@9d27324274broke this, I fixed the.configfiles, could you make another release?@ridercz commented on GitHub (Feb 23, 2019):
Fixed in 1.6.1.