Error in POWERSHELL ISE

Hello,

I have a problem with the “show detail” button of any command of the module in powershell ISE. I attach the screeshot of the problem.

Help?

Hi there,

It seems like it’s failing to load the assemblies necessary for UD. Can you please execute $PSVersionTable and list the output here?

You may try to load the assemblies directly from the module directory for UD using [System.Reflection.Assembly]::LoadFrom(‘filepath’)

Hi Adam,

This is the result of the $PSVERSION TABLE
Name Value


PSVersion 5.1.17763.316
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
BuildVersion 10.0.17763.316
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

I dont know the path of this assembly

Adam,

I have solved the problem. Before anything you have to run one time the command Start-UDDashboard. After the assembly is loaded.

Thnak you for your help