|
| I'm trying to use the XMLTracer to debug the total pipeline but getting the
following error:
Pipeline Error: Error loading the pipeline configuration data from the file:
c:\dev\web\pipelines\total.pcf
XMLTracer -- {81EAAD6D-E7EA-4799-973B-323A13978C54}
Class not registered
I have followed the instructions included in the included RTF-file:
Use the following procedure to add XMLTracer to your pipeline.
To insert the XMLTracer component in a pipeline
1. Copy XMLTracer.dll to a folder on the server and register it with
regsvr32.exe. This file is included in the XMLTracer download package.
Note Regsvr32.exe is a program that you can use to register dynamic-link
libraries (DLLs). Regsvr32.exe is contained within a self-extracting .exe
file called Regsvr32a.exe, and is available for download from the Microsoft
Download Center. For information about Regsvr32.exe, see the Knowledge Base
article Q161983 “ACC: Regsvr32a.exe Available in Download Center” at
http://go.microsoft.com/fwlink/?LinkId=22931.
2. Use the Pipeline Editor to add the XMLTracer component to the desired
stage of the pipeline.
You can place XMLTracer in any stage of the pipeline or in multiple stages.
For example, you can use it to get "before and after" snapshots.
3. Restart IIS by using the IISReset command, or other appropriate technique
to reload the pipeline.
|
|