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
R

r6yamaha

@r6yamaha
About
Posts
6
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HELP NEEDED - DCOM Server in C#?
    R r6yamaha

    Thanks...is there an equivalent C# implementation? My EXE is a C# program. Loren

    COM help csharp sysadmin question

  • HELP NEEDED - DCOM Server in C#?
    R r6yamaha

    I have a problem that I have not been able to resolve. I have a C# EXE where I have exposed some interfaces. My problem is that every call to createobject creates a new instance of the application. What I need is one running application from which a client can connect to. Scenario 1: Application is launched from command line. User connects to existing running application using createobject (this does not work...it creates another instance) Scenario 2: Application is not running User run createobject to connect to launch application. App launches (however if another program does a createobject it creates yet another instance). I have not found anything in my searches that have helped. Someone please shed some light on this! Thanks, Loren

    C# help csharp sysadmin question

  • HELP NEEDED - DCOM Server in C#?
    R r6yamaha

    I have a problem that I have not been able to resolve. I have a C# exe where I have exposed some interfaces. My problem is that every call to createobject creates a new instance of the application. What I need is one running application from which a client can connect to. Scenario 1: Application is launched from command line. User connects to existing running application using createobject (this does not work...it creates another instance) Scenario 2: Application is not running User run createobject to connect to launch application. App launches (however if another program does a createobject it creates yet another instance). I have not found anything in my searches that have helped. Someone please shed some light on this! Thanks, Loren

    COM help csharp sysadmin question

  • C# COM application instance issue
    R r6yamaha

    Thanks Brad...I'll do some more investigating. Currently I am using CoRegisterClassObject(ref myGuid, myApp, ComAPI.CLSCTX_LOCAL_SERVER, ComAPI.REGCLS_MULTIPLEUSE, out myReg) which should have worked but is creating a new instance which generates a new windows form. Loren

    C# help csharp com question

  • C# COM application instance issue
    R r6yamaha

    I have an application(C#) that is running on a piece of hardware. I then have a remote user that needs to connect to this application and control it through a COM interface. I have exposed the necessary interfaces and registered it with regasm. My problem is that when the user tries to connect to it with createobject it creates another instance. If they try and use getobject it returns an error saying "runtime error 423. File name or class name not found..." Loren

    C# help csharp com question

  • C# COM application instance issue
    R r6yamaha

    Hi All, I am writing a C# application and have exposed COM interfaces. This is all working. My problem is that if I start the application from the command line and then use VB to do a createobject it seems to start another instance of the application. What I want is to get a handle to the already running instance. I have looked around for some time and have not found a solution to this. Can someone please shed some light on this? Thanks, Loren

    C# help csharp com question
  • Login

  • Don't have an account? Register

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