TypePx icon indicating copy to clipboard operation
TypePx copied to clipboard

"An item with the same key has already been added" error

Open aleksbor opened this issue 8 years ago • 1 comments

Hello Kirk, Whenever I run "import-module typepx" while in a non-elevated session, I get the above error and module does not load. PSVersion 5.1.15063.138

aleksbor avatar Apr 26 '17 19:04 aleksbor

Hi @aleksbor, thanks for notifying me of this issue. I have the same PowerShell version and don't see that issue on my system. Can you please try the following:

  1. Launch PowerShell with -noprofile to get to a clean state, non-elevated, and then try Import-Module TypePx.
  2. Reproduce the error you get and share the error details ($error[0] | fl * -force | out-string; $error[0].Exception | fl * -force | out-string).

I'd like to see the error details so that I can better identify the cause of the error.

Thanks in advance!

KirkMunro avatar May 02 '17 16:05 KirkMunro