Pipeline Error: Component Execution failed for component
I've built a custom pipeline component and registered it using the RegAsm /codebase command. Then I've register the component using the commerce server pipereg tool .
After adding the component to one of the pipelines and ensuring that the new component is not "broken", I've reset the IIS and test the component. Since these steps were adequate in commerce server 2002 (my commerce server past experience), I was surprised to get the following error:
"Component Execution failed for component [0x0] hr: 0×80040154 ProgID: XXX Could not create Component XXX. This may be a component registration issue."
I've tried the suggestions found on this blog http://microsoftblog.co.in/commerceserver/pipeline-error-component-execution-failed-for-component/ , but with no luck.
Finally I've put the custom pipeline DLL in the GAC, and that solved my problem.