BizTalk Server Applications Integration - Fail to implement IPersistPropertyBag

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Applications Integration > May 2004 > Fail to implement IPersistPropertyBag





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Fail to implement IPersistPropertyBag
Cecilie

2004-05-12, 3:27 pm

Hi,

I get this error when I try to add my custom pipeline component to a send pipeline :
"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.IPropertyBag, 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
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com