| Author |
how to replace custom Pipeline component DLL
|
|
|
| Hi,
I have created a custom Pipeline component for Preassemble stage.
The problem is when I make any changes to DLL and try to replace it
,it doesn't allow me to overwrite.I have tried it after removing all
references of it from toolbox and the solution in which I am testing
the pipeline.
Finally I have to restart the machine in order to replace it.
Could anyone please help me in finding the way we can replace the DLL
without restarting the machine???
Thanks
Vinod
| |
| Pankaj 2005-08-30, 8:02 am |
| Go and stop
"BizTalk Service BizTalk Group : BizTalkServerApplication" service and then
replace the dll.
Restart the service again.
Regards
Pankaj
| |
| Jeff Lynch 2005-08-30, 8:02 am |
| If you are debugging with this component you may also need to shutdown VS
and restart. I'm not sure why this is but it works for me.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"Pankaj" <pankajml@aditi.com> wrote in message
news:d246b020aaca422ca164642643d943f0@ur
eader.com...
> Go and stop
> "BizTalk Service BizTalk Group : BizTalkServerApplication" service and
> then
> replace the dll.
>
> Restart the service again.
>
> Regards
> Pankaj
| |
| Marvin Smit 2005-08-30, 5:58 pm |
| Hi,
The why is........
locked for intellisense ;)
Marvin
On Tue, 30 Aug 2005 08:00:22 -0500, "Jeff Lynch"
<jeff.lynch@newsgroup.nospam> wrote:
>If you are debugging with this component you may also need to shutdown VS
>and restart. I'm not sure why this is but it works for me.
| |
| Jeff Lynch 2005-08-30, 5:58 pm |
| How did you determine this?
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"Marvin Smit" <marvin.smit@gmail.com> wrote in message
news:ppo8h19av5h376gmf7lojolp5roeh92tpq@
4ax.com...
> Hi,
>
> The why is........
>
> locked for intellisense ;)
>
> Marvin
>
> On Tue, 30 Aug 2005 08:00:22 -0500, "Jeff Lynch"
> <jeff.lynch@newsgroup.nospam> wrote:
>
>
| |
| Jon Flanders[MVP] 2005-08-30, 8:48 pm |
| Sometimes even after you restart you get the wrong dll. VS.NET will use the
download cache to load some design related components. You can see this on
the command line by typing - gacutil /ldl to see the list of dlls in the
download cache.
I've also had to run "gacutil /cdl" to clean out the download cache and get
VS.NET to load the new dll.
--
Jon Flanders
http://www.masteringbiztalk.com/blogs/jon/
"Jeff Lynch" <jeff.lynch@newsgroup.nospam> wrote in message
news:eRy27AarFHA.464@TK2MSFTNGP15.phx.gbl...
> How did you determine this?
>
> --
> Jeff Lynch
> "A BizTalk Enthusiast"
> http://codebetter.com/blogs/jeff.lynch
>
>
> "Marvin Smit" <marvin.smit@gmail.com> wrote in message
> news:ppo8h19av5h376gmf7lojolp5roeh92tpq@
4ax.com...
>
>
|
|
|
|