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

    Export DCOM from MTS server to the client machine

    Hi. I successfully exported DCOM object that packed on MTS server to the client machine using Export menu in MTS server. Special exe file has been created. I run it.
    Problem: That .exe file can not create special directory called "Remote Applications" that must have subdirectory named as classID of imported DCOM.
    Later, I have to refference to .dll that located in new subdirectory to be able to communicate with server.
    Realy urgent !!!


  2. #2
    Guest

    Re: Export DCOM from MTS server to the client machine

    Did you check the permissions?


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