Results 1 to 2 of 2

Thread: Access a COM + component deployed in other COM+ application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2006
    Posts
    88

    Access a COM + component deployed in other COM+ application

    How to access a COM + component deployed in another COM+ component application in same computer


    We have three COM+ applications deployed into same computer. One is activated as “C_Business” and other two are activated as “C_Data” and “C_Drivers”. We are able to access the dll’s initially within the same COM+ application. But, it’s failing when component in one Component application is trying to access another component in the second Component application and it gives the “Automation Error” message

    How to handle this situation, calling component deployed into other COM+ applications with role based security enabled and

    What are the settings needs to be set?

    Thanks for providing quick help on the issue

  2. #2
    New Member
    Join Date
    Mar 2011
    Posts
    6

    Re: Access a COM + component deployed in other COM+ application

    try it out


    set Var= createobject("ComponentName")

    callbyname(var,"method",vbmethod,Arg1,Arg2...)

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