Quantcast
Channel: Deploy – SANDRO PEREIRA BIZTALK BLOG
Viewing all articles
Browse latest Browse all 52

BizTalk Pipeline Component problem – Component ‘…’ could not be initialized. Pipeline component ‘…’ could not be resolved (is an assembly reference missing?).

$
0
0

Some days ago I was trying to make some changes in a pipeline component that was deploy earlier and when I tried to test the component he originated the following error:

“Component ‘…’ could not be initialized. Pipeline component ‘…’ could not be resolved (is an assembly reference missing?)”

SOLUTION

  • Rebuild pipeline component in Visual Studio
  • Shutdown Visual Studio
  • Deploy the component (copy to “C:\Program Files\Microsoft BizTalk Server …\Pipeline Components”)
  • Restart BizTalk Host Instances

These steps solved my problem

Other possible solutions

Solution 1

  • Some external assemblies are missing
  • Copy the missing assemblies in the Pipeline components folder or in GAC

Solution 2

  • Restart the system

Tags: BizTalk | Pipelines | Deploy | Errors and Warnings, Causes and Solutions



Viewing all articles
Browse latest Browse all 52

Trending Articles