Wednesday, May 16, 2012

Biztalk–pipeline.exe error: System cannot find the file specified

If the error is being thrown from mscorlib, then check the path to the pipeline (btp) file. Also check the path to the input file. (I normally provide the full path to the files).

If the error is being thrown from your custom dll, then make sure that any libraries that you are referencing are installed in the GAC.

Error message:

Message:        The system cannot find the file specified.
HRESULT:        80070002

No comments: