HELP C# - HOW TO BUILD FILE RECEIVED FUNCTION (BIZTALK) IN C#

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

Guest

I am looking for the C# code to read through the directories/files
on the hard drive (File Received in Biztalk ).

If you could point me in the right direction I would appreciate it.

Please NOT FILE SYSTEM WATCHER
 
Macisu,

From what I recall, you can implement a COM interface in BizTalk to
handle incoming messages. All you would have to do is implement the
interface in .NET, and register the component appropriately.

You might also check up on exporting .NET types to COM. Check out the
section of the .NET framework documentation titled "Exposing .NET Framework
Components to COM", located at (watch for line wrap):

http://msdn.microsoft.com/library/d.../cpconexposingnetframeworkcomponentstocom.asp

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top