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.
