solarwinds / OrionSDK

SDK for the SolarWinds Orion platform, including tools, documentation, and samples in PowerShell, C#, Go, Perl, and Java.
https://thwack.com/OrionSDK
Apache License 2.0
397 stars 139 forks source link

Can't import SwisPowerShell #310

Open fermenreq opened 2 years ago

fermenreq commented 2 years ago

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 commented 1 year ago

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