Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8635761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:03:23+00:00 2026-06-12T10:03:23+00:00

I was trying to create send ports using C# .NET through following code :

  • 0

I was trying to create send ports using C# .NET through following code :

using Microsoft.BizTalk.ExplorerOM;


      private void CreateSendPort()


      {
         // connect to the local BizTalk Management database
         BtsCatalogExplorer catalog = new BtsCatalogExplorer();
         catalog.ConnectionString = "Server=.;Initial Catalog=BizTalkMgmtDb;Integrated Security=SSPI;";

         try
         {
            // create a new static one-way SendPort
            SendPort myStaticOnewaySendPort = catalog.AddNewSendPort(false, false);
            myStaticOnewaySendPort.Name = "myStaticOnewaySendPort1";
            myStaticOnewaySendPort.PrimaryTransport.TransportType = catalog.ProtocolTypes[0];
            myStaticOnewaySendPort.PrimaryTransport.Address = "http://sample1";
            myStaticOnewaySendPort.SendPipeline = catalog.Pipelines["Microsoft.BizTalk.DefaultPipelines.XMLTransmit"];

            // create a new dynamic two-way sendPort
            SendPort myDynamicTwowaySendPort = catalog.AddNewSendPort(true, true);
            myDynamicTwowaySendPort.Name = "myDynamicTwowaySendPort1";
            myDynamicTwowaySendPort.SendPipeline = catalog.Pipelines["Microsoft.BizTalk.DefaultPipelines.XMLTransmit"];
            myDynamicTwowaySendPort.ReceivePipeline = catalog.Pipelines["Microsoft.BizTalk.DefaultPipelines.XMLReceive"];

            // persist changes to BizTalk Management database
            catalog.SaveChanges();
         }
         catch(Exception e)
         {
            catalog.DiscardChanges();
            throw e;
         }
      }

Source

But I’m getting following issue
Explorer OM is not supported in a 64bit process.
when this line is executed :

BtsCatalogExplorer catalog = new BtsCatalogExplorer();

I’m well aware of the fact i.e. : “Warning
Microsoft.BizTalk.ExplorerOM.dll is only supported if used from 32 bit processes. If you are building a solution for a 64 bit system you should not use this library.
“

But in this case how can I create send ports on 64bit machine, Can anybody please help me with this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T10:03:24+00:00Added an answer on June 12, 2026 at 10:03 am

    Force it to run in a 32 bit process.

    http://lostechies.com/gabrielschenker/2009/10/21/force-net-application-to-run-in-32bit-process-on-64bit-os/

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to send email through gmail using PHPMailer_V5.1. Getting the following error,
I'm using FB.ui to create a send dialog... I'm trying to get a callback
I'm trying to create a DHCP Client using Java. The client will send Discover,
I am trying to send an email using the below code: s = smtplib.SMTP(smtp.live.com,587,
I am using a Dynamic Send Port in Biztalk 2006 and i am trying
I am trying to send email using apache james with this code public static
Am trying to create a java project which can able to send push notification
I am trying to create Google Chrome extension that will send interesting links to
I am trying to create a login page that will send the user to
I'm trying to create a complex custom NSControl that must be able to send

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.