Re: exit VS to build custom pipeline component
- From: jemkem <jay.meerdink@xxxxxxxxx>
- Date: Fri, 15 Feb 2008 11:47:26 -0800 (PST)
On Feb 15, 11:29 am, "Saravana Kumar" <saravan...@xxxxxxxxxxx> wrote:
Place your pipeline component and pipeline in different VS solution.
The pipeline designer will lock the pipeline component, so when you
recompile VS can't replace the existing file.
See my blog posthttp://www.digitaldeposit.net/blog/2006/09/biztalk-custom-pipeline-co...
--
Regards,
Saravana Kumar [MVP - BizTalk Server]http://www.biztalk247.com/v1/http://www.digitaldeposit.net/blog
"jemkem" <jay.meerd...@xxxxxxxxx> wrote in message
news:a5780008-14b2-462a-9a2b-644a08182a9a@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This one has bugged me through several custom pipeline projects.
1) Code the custom pipeline component
2) Build in VS
3) Deploy bin\debug\mycomponent.dll to C:\Program Files\Microsoft
BizTalk Server 2006\Pipeline Components
4) Use component in any stage of a pipeline
5) Build pipeline.
5) Test pipeline using pipeline.exe
Subsequent builds of mycomponent.dll return the error:
Unable to copy file "obj\Debug\mycomponent.dll" to "bin\Debug
\mycomponent.dll". The process cannot access the file 'bin\Debug
\mycomponent.dll' because it is being used by another process.
If I try to rename bin\Debug\mycomponent.dll, I get access denied.
The only thing that's using the file is VS, so I close VS, delete bin
\Debug\mycomponent.dll, start VS and build.
What is happening?
Thanks for your help!- Hide quoted text -
- Show quoted text -
Great tips! Thanks!
.
- References:
- exit VS to build custom pipeline component
- From: jemkem
- Re: exit VS to build custom pipeline component
- From: Saravana Kumar
- exit VS to build custom pipeline component
- Prev by Date: Re: Convert String data from Web Service to XML
- Next by Date: Re: Convert String data from Web Service to XML
- Previous by thread: Re: exit VS to build custom pipeline component
- Next by thread: POP3 Multiple Attach Error : Item has already been added to dictio
- Index(es):
Relevant Pages
|