PDA

Click to See Complete Forum and Search --> : Access a COM + component deployed in other COM+ application


simi28
Mar 12th, 2011, 05:18 AM
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 :(

ingoaglreen
Mar 25th, 2011, 06:52 PM
try it out


set Var= createobject("ComponentName")

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