|
[System.Windows.Forms.ToolTipIcon]$MessageType="Info", |
This object type doesn't work here. The assembly is loaded later so this produces an error.
To resolve just remove this from the parameter as the object type is set later in this line
|
$balloon.BalloonTipIcon = [System.Windows.Forms.ToolTipIcon]$MessageType |
PowerShell_Scripts/Invoke-BalloonTip.ps1
Line 46 in 65d0ac8
This object type doesn't work here. The assembly is loaded later so this produces an error.
To resolve just remove this from the parameter as the object type is set later in this line
PowerShell_Scripts/Invoke-BalloonTip.ps1
Line 78 in 65d0ac8