In https://pspki.codeplex.com/workitem/86, Camelot has made a debug version of PSPKI available in a ZIP file. If I overwrite my installation of PSPKI v3.1.0.0 with the contents of the ZIP file and attempt to import the module, I get the following error:
Many thanks, Doc.
Import-Module : The assembly '.\Library\Crypt.Asn1Parser.dll' was not loaded because no assembly with that name was
found. Verify the assembly name, and then try again.
At line:1 char:1
+ Import-Module PSPKI
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Import-Module], DllNotFoundException
+ FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
Can anyone suggest how I'm supposed to test the debug version?Many thanks, Doc.