Updated to 3.2.8 and get System.IO.FileLoadException

Product: PowerShell Universal
Version: 3.2.8

I upgrade from 2.11.1 and have a couple of dashboards getting the following error:

Failed to get dashboard. Assembly with same name is already loaded System.Management.Automation.CmdletInvocationException

Inner Exception: System.IO.FileLoadException

Dashboard configuration complete.

I have a total of 8 dashboards running on this server and only two of the dashboards are failing. Any ideas on what I should check here?

I would make sure you don’t have old PSU modules installed first.

Get-Module Universal* -ListAvailable

Yes, I forgot that the installer for v3 doesn’t always uninstall the prior version. Uninstalling the prior version took care of the issue.

Thanks!