CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2002
    Location
    Florida
    Posts
    22

    MSMQ install Error

    Hello,

    I have Windows 2000 Pro running on my PC. I need to install the Message Queuing Service Component. When doing this, I get the following error:
    Unable to start the MSMQ service. Error Code: 0x433
    Error description: The dependency service does not exist or has been marked for deletion.
    Does anyone can help me solve this problem?

  2. #2
    Join Date
    Sep 2007
    Posts
    1

    Re: MSMQ install Error

    I had a similar issue. It turns out that you need file/print sharing which installs the "Server" (lanmanserver) service. This fixed my issue on WinXp Pro.

  3. #3
    Join Date
    Jun 2005
    Posts
    5

    Re: MSMQ install Error

    Hi! I am seeing the same error. I also have File and Printer Sharing for Microsoft Networks installed. Is there anything else I am missing?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured