Problems calling COM+ app method

gallicus

Newcomer
Joined
Dec 31, 1969
Messages
15
Location
at work... probably :-(
Hi All,

I have just started trying to use a COM+ application from with in a .Net webservice written in C#. I can instantiate the COM+ app in the webservices but it only seems to expose methods which return objects. I can use this methods no problem. I have public functions in the COM+ app which return boolean but these do not appear in the intellisense for the object. Any ideas?
 
Back
Top