SolutionScripts icon indicating copy to clipboard operation
SolutionScripts copied to clipboard

'Sourcing:' is not recognized

Open Gerboa opened this issue 9 years ago • 0 comments

I've added SolutionScripts as a project package in a VS2015 solution. When the solution loads, it displays "Sourcing: myScriptName.ps1" in the Package Manager Console, correctly running the myScriptName.ps1 script but also then displays an error:

The term 'Sourcing:' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.At line:1 char:9

  •     Sourcing: myScriptName.ps1
    
  •     ~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Sourcing::String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Gerboa avatar May 12 '16 10:05 Gerboa