When adding an image list to a project and try to use it on a tree view I get this error;
PowerShellFormProject2.resources.ps1’ is not recognized as
[ERROR] the name of a cmdlet, function, script file, or operable program. Check the
[ERROR] spelling of the name, or if a path was included, verify that the path is
[ERROR] correct and try again.
Looks like the PowerShell Tools for VS is not working correctly, there is no file called “PowerShellFormProject2.resources.ps1” with the project files, I see this line of code in the designer file “$resources = . (Join-Path $PSScriptRoot ‘PowerShellFormProject2.resources.ps1’)”.