TypePx
TypePx copied to clipboard
"An item with the same key has already been added" error
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
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:
- Launch PowerShell with -noprofile to get to a clean state, non-elevated, and then try Import-Module TypePx.
- 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!