Show Pipeline Custom Component in Visual Studio ToolBox
Views (816)
Show Pipeline Custom Component in Visual Studio ToolBox
Add the below code in the Project Build Events
Add the below code in the Project Build Events
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\GacUtil.exe" /i "$(TargetPath)" /f
xcopy "$(TargetPath)" "C:\Program Files (x86)\Microsoft BizTalk Server 2010\Pipeline Components" /d /y
xcopy "$(TargetPath)" "C:\Program Files (x86)\Microsoft BizTalk Server 2010\Pipeline Components" /d /y
This was originally posted here.

Like
Report
*This post is locked for comments