BizTalk Server - Custom Pipeline Component in Pipeline Editor: SchemaWithNone throws exception

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > January 2005 > Custom Pipeline Component in Pipeline Editor: SchemaWithNone throws exception





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 Custom Pipeline Component in Pipeline Editor: SchemaWithNone throws exception
Joerg Fischer

2005-01-26, 5:54 pm

Hi there,

Given a custom pipeline component which has a public property of type
SchemaWithNone with get / set operations:

public SchemaWithNone SourceSchema
{
get { return m_sourceSchema; }
set { m_sourceSchema = value; }
}

The property is editable within the pipeline editor as expected and a drop
down list with all available schemas is present. However, as soon as I pick
a schema, an exception gets thrown within the VS.NET infrastructure -
"object type not compatible" - before my set operation gets called.

Has anyone enlightment on that?

Thanks!

Sincerely

Joerg Fischer





Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com