acme.net icon indicating copy to clipboard operation
acme.net copied to clipboard

.net 461 Parameter parsing fails

Open FrankPfattheicher opened this issue 8 years ago • 2 comments

The parameter IEnumerable Domains could not be parsed.

Type conversion error :-(

FrankPfattheicher avatar Sep 02 '17 12:09 FrankPfattheicher

Is this using the NuGet package or from this branch?

Can you provide a stack trace?

iamcarbon avatar Sep 11 '17 15:09 iamcarbon

To reproduce use the following command line arguments: -d domain1.com -v Verbose -p 123456 -a -i iis -w domain1 -m mailto:[email protected] –j Just start debugging Oocx.ACME.Console using VS2017 The following line will fail parser.ParseArguments(args, options); System.InvalidCastException: 'Ungültige Umwandlung von "System.String" in "System.Collections.Generic.IEnumerable`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]".' (Sorry for german message text)

Need more ?

FrankPfattheicher avatar Sep 14 '17 13:09 FrankPfattheicher