Can anybody let me know how to write a COM in .NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm new to OOPS and I need to call an application from BizTalk
orchestration. And I can understand that I need to write a COM for that.
Can anybody let me know how to write a COM in .NET?

Any example wil be very much helpful.

TIA
CyberLotus
 
If you are using Biztalk 2002, download this:
http://www.microsoft.com/downloads/...A2-9771-40A1-9FBA-A2AFBB7CA109&displaylang=en

You will get examples and important Interop Assemblies

If you are using Biztalk 2004, then you don't want to create COM objects at
all. BTS2004 is written in .Net. Use the examples in the SDK.

You may also want to post messages like this on one of the Biztalk
newsgroups. You will get a lot more BTS folks there who can help.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top