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

Can't import SwisPowerShell #310

Open
fermenreq opened this issue Feb 11, 2022 · 1 comment
Open

Can't import SwisPowerShell #310

fermenreq opened this issue Feb 11, 2022 · 1 comment

Comments

@fermenreq
Copy link

PS C:\Windows\system32> Import-Module SwisPowerShell -Force
Import-Module : Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.

At line:1 char:1
Import-Module SwisPowerShell -Force
CategoryInfo : NotSpecified: (:) [Import-Module], FileNotFoundException
FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand

@thefreakquency
Copy link

.NET is required (4.0+ if I am not mistaken). Please install/update and retry. Keep us posted!

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

No branches or pull requests

2 participants