06-12-2018, 05:51 PM
I get the following error every time I launch my ASG Remote Desktop Powershell prompt.
import-module : Could not load file or assembly 'CloudAdminAPI, Version=11.0.6104.1, Culture=neutral,
PublicKeyToken=8dc24a72506dc878' or one of its dependencies. The system cannot find the file specified.
At line:1 char:56
+ [reflection.assembly]::loadFrom('.\ASGRD-PSAPI.dll') | import-module
+ ~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (
[Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand
How do I resolve this?
import-module : Could not load file or assembly 'CloudAdminAPI, Version=11.0.6104.1, Culture=neutral,
PublicKeyToken=8dc24a72506dc878' or one of its dependencies. The system cannot find the file specified.
At line:1 char:56
+ [reflection.assembly]::loadFrom('.\ASGRD-PSAPI.dll') | import-module
+ ~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (
[Import-Module], FileNotFoundException+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand
How do I resolve this?

