05-12-04 08:27 PM
Hi,
I get this error when I try to add my custom pipeline component to a send pi
peline :
"Pipeline component Load() failed on IPersistPropertyBag implementation: '
<component name>'"
Here is my Load() implementation (VB.Net):
Public Sub Load(ByVal propertyBag As Microsoft.Biztalk.Component.Interop.IPr
opertyBag, ByVal errorLog As Integer) Implements Microsoft.Biztalk.Component
.Interop.IPersistPropertyBag.Load
Dim strValue As String
strValue = ReadPropertyBag(propertyBag, "System")
If strValue <> "" Then
MstrSystem = strValue
End If
End Sub
I cant see why....can anyone help me?
Regards,
Cecilie
[ Post a follow-up to this message ]
|