.Net installation issue with SqlServerPipelineHost and SqlServer.DtsMsg
Posted
by Melody Friedenthal
on Stack Overflow
See other posts from Stack Overflow
or by Melody Friedenthal
Published on 2010-04-07T14:07:44Z
Indexed on
2010/04/07
14:13 UTC
Read the original article
Hit count: 339
I added a web service consumer to a vb 2005 Windows app and tried to install it on another computer, which had an earlier version already installed (ClickOnce deployment). An error came up saying I needed to install Microsoft.SqlServer.PipelineHist in the GAC. I added PipelineHost to the list of references and marked it Copy Local = true, rebuilt the solution, published it and tried to install it on that other computer.
This time it said I needed to install Microsoft.SqlServer.DtsMsg, however, that component does not show up on my list of .Net components.
Where do I go from here?
Thank you.
© Stack Overflow or respective owner