Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aleksbor opened this issue Apr 26, 2017 · 1 comment
Open

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

aleksbor opened this issue Apr 26, 2017 · 1 comment

Comments

@aleksbor
Copy link

aleksbor commented Apr 26, 2017

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

@KirkMunro
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants