Pipeline Component Registration Problem

I've successfully created a Pipeline component and registered it for use. Then have been able to make changes to it and re-deploy multiple times with no problem. But, now when I use pipereg.exe to register the component (using the tlb file generated using regasm.exe) the summary shows:

The following components were exported:

All Stages

It's missing the name of the component registered and it doesn't appear to have worked. This happens on our dev server and I also tried running pipereg on our staging server on the same files and it didn't work either.

Does anyone have any ideas why this is happening? I've tried re-creating the VS.Net class library again but still can't get it to register correctly.

Any help would be appreciated.

Thanks!

[771 byte] By [Glenb] at [2008-1-8]
# 1
Try just exporting it to a registry file and then open the registry file to find out if your components are listed correctly. We ran into a problem where the pipereg application was unable to register the pipeline directly, but if we exported the output to a registry file and then merged that, things worked fine.

Daniel

NicaoG at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2
Thanks, I compared the output of the registry file with the output from another component that does register correctly in the pipereg tool and the output was the same (apart from the GUID's) so this definitely seems to be the way to go.

Glenb at 2007-10-2 > top of Msdn Tech,Commerce Server,Commerce Server 2007...