| Phil Mellor 2005-10-03, 7:49 am |
| Hello,
I've developed some custom pipeline components in C# for use in a
Commerce Server 2002 deployment. Unfortunately, it's rather awkward
releasing them to our test and production servers because of the
registration process:
1. Register the library (either by compiling with Visual Studio .NET or
using regasm.exe)
2. Register the pipeline components using pipereg.exe
3. Modify the pipelines using the pipeline editor - remove the broken
components and add them again.
I suspect the underlying problem is that the class ID for each
component changes when the library is rebuilt, and so requiring
re-registration.
Is it possible to automate the registration, or to avoid re-registering
the components?
Cheers,
Phil Mellor
|