Discussion:
Microsoft.BizTalk...dlls location
(too old to reply)
Jeff Wessling
2005-07-13 20:48:03 UTC
Permalink
I've got code for a custom pipeline component (which I didn't write) that
includes 'using' statements for Microsoft.BizTalk.Message.Interop and
Microsoft.BizTalk.Component.Interop . However, when I build the solution I
get an error that these are included in the references. So I try to find
them to add them, but can't seem to locate them on my BizTalk server. Where
are they typically located? Are they listed under different names?

Thanks for the help

- Jeff
David Carroll
2005-07-13 23:10:04 UTC
Permalink
Try
[c:\program files\microsoft biztalk server
2004\microsoft.biztalk.pipeline.dll] for the following:
- Microsoft.BizTalk.Message.InteĀ­rop
- Microsoft.BizTalk.Component.InĀ­terop

You may also need to reference the assembly
microsoft.biztalk.pipeline.components:
[c:\program files\microsoft biztalk server 2004\pipeline
components\microsoft.biztalk.pipeline.components.dll]

Hope this helps,

David Carroll

Loading...