You need to include an attribute that tells COM+ to display these.  The VB
code for such a class follows

-----------------------------
Imports System.EnterpriseServices
Imports System.Diagnostics

<Transaction(TransactionOption.Required), EventTrackingEnabled(True)> _
Public Class clsPublisherSVR
  Inherits ServicedComponent

End Class
-----------------------------

Enjoy

JC Oberholzer




-----Original Message-----
From: Ram [mailto:[EMAIL PROTECTED]]
Sent: 13 August 2002 01:56 PM
To: [EMAIL PROTECTED]
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.

The views expressed in this e-mail are, unless otherwise stated, those of
the author and not of SDT or its management. The information is confidential
and is intended solely for the addressee.  All reasonable steps are taken
to ensure the accuracy, integrity and confidentiality of information.  No
liability or responsibility is accepted if information is corrupted or does
not reach its intended destination.  This e-mail message has been scanned
for viruses and cleared.

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to