CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    6

    Adding a component in MTS package


    I am trying to add a component in MTS package and I am getting an error message that Iam missing some dlls. While I have already registered and added the proxy/Stub dll and typelib too. I am not able to register my component on a MTS machine while Iam easily able to register on my local non-MTS machine.

    Can someone tell me what Iam missing.
    Thanks.



  2. #2
    Join Date
    Apr 1999
    Location
    Lenexa, Kansas
    Posts
    7

    Re: Adding a component in MTS package

    I ran into a similar error when I inadvertantly enabled MFC support and then tried to deploy to a computer without MFC.

    This or something similar to this, may be your problem.

    Therese


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