Microsoft Developer Network > Forums Home > BizTalk Server Forums > BizTalk ESB Toolkit > ManagementPortal Install Script Fails (x86) (ESB 2.0)
Ask a questionAsk a question
 

QuestionManagementPortal Install Script Fails (x86) (ESB 2.0)

  • Monday, September 28, 2009 8:09 AMIrishBTDevloper Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi Folks,

    I am trying to use the ManagementPortal Install Script and its failing with the below error.

    The term 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com'
    is not recognized as a cmdlet, function, operable program, or script file. Veri
    fy the term and try again.
    At D:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\Install
    \Scripts\Management_Install.ps1:19 char:3
    +     &$ <<<< env:VS\devenv.com "$solutionPath\Samples\Management Portal\ESB.Al
    ertService\ESB.AlertService.sln" /clean $buildType
    The term 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com'
    is not recognized as a cmdlet, function, operable program, or script file. Veri
    fy the term and try again.

    Has anyone got any ideas how to solve this?

    Note I am following this install guide: http://www.biztalkgurus.com/blogs/biztalksyn/archive/2009/06/10/getting-up-and-running-with-biztalk-esb-toolkit-2-0.aspx

    Windows Server 2003
    VS 2008 SP1
    SQL Server 2008
    Biztalk 2009
    IIS 6.0

    Cheers

All Replies

  • Thursday, October 22, 2009 9:15 PMKishore_P Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Did you get this resolved?


    RK
  • Tuesday, November 17, 2009 4:11 PMBen Cline1MVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    If you have not resolved this yet, here is my suggestion.

    It sounds like either the devenv.com script does not exist or PowerShell is having trouble using it. Perhaps the VS install was not complete or the devenv.com file was removed?

    The VS environment variable is set in with this line in the PowerShell script:

    $env:VS="${env:ProgramFiles}\Microsoft Visual Studio 9.0\Common7\IDE"

    I think if you install Visual Studio in a non standard place (outside of the Program Files root that the PowerShell script expects) you could get this error too.

    Thanks,

    If this answers your question, please use the "Answer" button to say so | Ben Cline