Saturday, September 08, 2007

Developing Pipelines Components Common Errors - UNC Path

When we add a pipeline component to our toolbox and we receive this error message: "You have selected an invalid pipeline component assembly. Please check security settings for the assembly if you are loading it from an UNC path.", probably our pipeline component don't find a referenced dll.


If you get this error, you must ensure that all referenced assemblies by this pipeline component are located under the same directory of our pipeline component dll or in the GAC.

No comments: