07-03-04 02:10 AM
Problem here is the PipeCompUI.GetProgID property. This property returns the
prog-id as
"TemplatePipeComp.PipeComp" which is not the correct prog-id. The prog-id wi
th which this pipeline component is
registered is "PipelineUI.PipeCompUI". If you change the implementation of t
his property to return the correct prog-id it will
save the pipeline successfully.
Thanks
-Vinod
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
--------------------
From: "Jirka Zahradka" <jiri_z@volny.cz>
References: <Ok38q6DXEHA.2852@TK2MSFTNGP12.phx.gbl> <P0a6uxWXEHA.3048@cpmsft
ngxa10.phx.gbl>
Subject: Re: Error when saving file in pipeline editor
Date: Tue, 29 Jun 2004 10:10:59 +0200
Lines: 835
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
Message-ID: <eGp7JCbXEHA.2664@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: pc01.logos.cz 80.95.106.161
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSF
TNGP09.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:14143
X-Tomcat-NG: microsoft.public.commerceserver.general
After long hours of testing and comparing type libraries of existing
pipeline components distributed with CS I found that they do not implement
IPersistDictionary interface. After removing this interface from my class
declaration the pipeline could be saved and the component in pipeline has
been executing but raise some error. I am checking it at the moment.
Implementing this interface is recommended in documentation, but I do not
understand what is the exact purpose of this interface. Fortunatelly it is
optional interface.
I enclose template custom component that I found in the internet.
"Vinod Kumar[MSFT]" <vkumar@online.microsoft.com> wrote in message
news:P0a6uxWXEHA.3048@cpmsftngxa10.phx.gbl...
> Error message being thrown by the pipeline editor is not right. It's some
> kind of registration issue. Can you send me the template component which
> you found on net I'll try to reproduce the behavior to investigate what's
> going wrong.
>
> Thanks
> -Vinod
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All rights
> reserved.
[ Post a follow-up to this message ]
|