Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. registering COM component as Out proc sever

registering COM component as Out proc sever

Scheduled Pinned Locked Moved C#
comcsharpc++sysadminhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KrunalC
    wrote on last edited by
    #1

    Basically I want to use COM Interop facility and expose some functionality from my .Net application (made in 2.0 n above)to COM Client (which can be any application in VB 6.0 or c++). My requirement is when COM client makes a call to my .net component, my .Net application should start in the background and after the work is over .net application should stop automatically. So to fulfill this I will have to make COM+ Servers. Now as my component is in exe form, I understand that I will have to create a Out proc server. But in .net I don't find any easy way to register my application as out proc. I searched the web and also code project site but not to much help. On code project site I found some useful information but the way of implementation shown is bit too difficult. (Pls visit : http://www.codeproject.com/useritems/BuildCOMServersInDotNet.asp[^]) Is there any easy way to fulfil my requirement in easier way? Pls advice. regards, Krunal

    K 1 Reply Last reply
    0
    • K KrunalC

      Basically I want to use COM Interop facility and expose some functionality from my .Net application (made in 2.0 n above)to COM Client (which can be any application in VB 6.0 or c++). My requirement is when COM client makes a call to my .net component, my .Net application should start in the background and after the work is over .net application should stop automatically. So to fulfill this I will have to make COM+ Servers. Now as my component is in exe form, I understand that I will have to create a Out proc server. But in .net I don't find any easy way to register my application as out proc. I searched the web and also code project site but not to much help. On code project site I found some useful information but the way of implementation shown is bit too difficult. (Pls visit : http://www.codeproject.com/useritems/BuildCOMServersInDotNet.asp[^]) Is there any easy way to fulfil my requirement in easier way? Pls advice. regards, Krunal

      K Offline
      K Offline
      KrunalC
      wrote on last edited by
      #2

      am I not clear with my question or its tough nut to crack for fellow mebers. If you want further clarification on question pls get back to me. I'm eagerly waiting for some response...

      D 1 Reply Last reply
      0
      • K KrunalC

        am I not clear with my question or its tough nut to crack for fellow mebers. If you want further clarification on question pls get back to me. I'm eagerly waiting for some response...

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        It's not too hard to crack. It's just too easy to Google[^].

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups