PowerShell Pro Tools issue loading in Visual Code

Issue #121 resolved
Eric Fortin created an issue

I just installed PowerShell Pro Tools in machine then after the installation I got issue with VSCode is trying to load the module

This what I got:

PowerShell Integrated Console

PS C:\Users\eric.fortin2\CGI Drive\Dev> Import-Module 'C:\Users\eric.fortin2.vscode\extensions\ironmansoftware.powershellprotools-4.6.1\out\PowerShellProTools.VSCode.psd1'
Import-Module : Impossible de charger le fichier ou l'assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' ou une de ses dépendances. Le fichier spécifié est
introuvable.
Au caractère Ligne:1 : 1

  • Import-Module 'C:\Users\eric.fortin2.vscode\extensions\ironmansoftwa ...

PS C:\Users\eric.fortin2\CGI Drive\Dev> Clear-Host | Out-PoshProToolsPipe -PipeName '379b0a00-7356-11e9-aea1-7115755871da'
Out-PoshProToolsPipe : Le terme «Out-PoshProToolsPipe» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un
chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
Au caractère Ligne:1 : 14

  • Clear-Host | Out-PoshProToolsPipe -PipeName '379b0a00-7356-11e9-aea1- ...

PS C:\Users\eric.fortin2\CGI Drive\Dev> Import-Module 'C:\Users\eric.fortin2.vscode\extensions\ironmansoftware.powershellprotools-4.6.1\out\PowerShellProTools.VSCode.psd1'
Import-Module : Impossible de charger le fichier ou l'assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' ou une de ses dépendances. Le fichier spécifié est
introuvable.
Au caractère Ligne:1 : 1

  • Import-Module 'C:\Users\eric.fortin2.vscode\extensions\ironmansoftwa ...

PS C:\Users\eric.fortin2\CGI Drive\Dev> Clear-Host | Out-PoshProToolsPipe -PipeName '379df030-7356-11e9-aea1-7115755871da'
Out-PoshProToolsPipe : Le terme «Out-PoshProToolsPipe» n'est pas reconnu comme nom d'applet de commande, fonction, fichier de script ou programme exécutable. Vérifiez l'orthographe du nom, ou si un
chemin d'accès existe, vérifiez que le chemin d'accès est correct et réessayez.
Au caractère Ligne:1 : 14

  • Clear-Host | Out-PoshProToolsPipe -PipeName '379df030-7356-11e9-aea1- ...

Any clue for me ?

Some technical info:

PowerShell Pro Tools : 4.6.1

VSCode Info:

Version: 1.33.1 (user setup)
Commit: 51b0b28134d51361cf996d2f0a1c698247aeabd8
Date: 2019-04-11T08:27:14.102Z
Electron: 3.1.6
Chrome: 66.0.3359.181
Node.js: 10.2.0
V8: 6.6.346.32
OS: Windows_NT x64 10.0.15063

$PSVersionTable result:

Name Value


PSVersion 5.1.15063.1746
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.15063.1746
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Comments (4)

  1. Eric Fortin reporter

    Thanks it solve the issue. Do you know if a trial licence is available prior I buy the tool ?

  2. Adam Driscoll

    You can use the PowerShell Pro Tools: Request Trial License command in VS Code to get a trail key.

  3. Log in to comment