|
-
Mar 12th, 2011, 06:18 AM
#1
Thread Starter
Lively Member
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
-
Mar 25th, 2011, 06:52 PM
#2
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|