Unless the public method is part of an interface, the method will not appear in the COM+ catalog by default. However, you can change this behavior by applying the ClassInterface attribute on the class, as shown here:
[ClassInterface(ClassInterfaceType.AutoDual)] Pradeep http://www.tapadiya.net/pradeep ----- Original Message ----- From: "Ram" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 4:56 AM Subject: [ADVANCED-DOTNET] Unable to access public methods of the Com+ component in Biztalk. > Hi, > > We have created a VB DotNet application of type class library which we want > to host in com+. There are a set of public methods in this class library. > Also I have imported the following namespaces > > using System.Runtime.InteropServices; > using System.EnterpriseServices; > > After successfull compilation I can see the Class hosted in Component > services, but the public methods are not seen. > > The aim is to call these methods inside a biztalk orchestration design. > > What could be the possible problem ?? Any clues ?? > > Cheers > ram. > > You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > > You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
