07-22-04 11:03 AM
Hi,
I'm having this problem with registering an AIC for the Primary Transport in
the Biztalk Messenging Services. I've coded the AIC in VB .Net, and the fol
lowing is the code that I assumed would have done the registration for me af
ter compilation.
<ComClass(AICTest.ClassId, AICTest.InterfaceId, AICTest.EventsId)> _
Public Class AICTest
Inherits ServicedComponent
Implements IBTSAppIntegration
#Region " COM GUIDs"
' These GUIDs provide the COM identity for this class
' and its COM interfaces. If you change them, existing
' clients will no longer be able to access the class.
Public Const ClassId As String = "05D81DFD-A83E-445D-9819-054C968CDC00"
Public Const InterfaceId As String = "31D37B75-B6A6-45A0-AA5F-DD2BE6D52E
F9"
Public Const EventsId As String = "EC4E966C-D213-46B4-8402-C534F46F1414"
#End Region
..
Now, the thing is they can be accessed in Orchestration when drag out a COM
Component implementation shape. Am I missing something?
Any help would be greatly appreciated.
Thanks!
[ Post a follow-up to this message ]
|