Troubleshooting Exceptions: System.AddIn.Hosting.InvalidPipelineStoreException
The InvalidPipelineStoreException exception is thrown when a directory is not found and the user does not have permission to access the pipeline root path or an add-in path.
Remarks
Unlike DirectoryNotFoundException, this exception does not provide any path information. This prevents a malicious user from deliberately specifying erroneous paths and using the information returned by the exception to determine actual paths.
The exception is thrown by the following discovery methods that build and update the store of add-in and pipeline information: FindAddIns,Rebuild, RebuildAddIns, Update, and UpdateAddIns.
See Also
Tasks
How to: Use the Exception Assistant