COM+

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Darshan Mehta

    COM+

    I installed Visual Studio .NET 2003 (Default Install) on XP Professional with
    SP2.

    When I try to register a COM+ app using regsvcs in CMD.exe it gives me an
    error (Bad Command or File name).

    But when I try the same in Visual Studio.NET Command Prompt, it works. Is
    there any way I can get CMD.EXE to use regsvcs? In other words, what do I add
    to the PATH windows variable, to get CMD.EXE to run all commands only
    available in Visual Studio.NET Command Prompt?

    Thanks in Advance,
    Darshan
  • Leon Mayne [MVP]

    #2
    Re: COM+

    Darshan Mehta wrote:[color=blue]
    > what do I add to the PATH windows variable, to get CMD.EXE to
    > run all commands only available in Visual Studio.NET Command Prompt?[/color]

    There are quite a few, but for regsvcs you need to add:
    C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.x

    (Replace x with the version you have. Look in
    C:\WINDOWS\Micr osoft.NET\Frame work to see which version is the lastest you
    have on your machine)


    Comment

    Working...