CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2005
    Posts
    65

    COM exe not running on a particular machine

    Hi All,

    I have a COM exe which runs fine on all machines that I have used except one. On a particular machine, the COM exe does not start even after trying to execute it manually (do a double click on the file from explorer).

    There are no error messages as well. Any inputs on what could be happening ?

    Thanks.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: COM exe not running on a particular machine

    Was this COM installed/registered on "a particular machine" where it doesn't work?
    Victor Nijegorodov

  3. #3
    Join Date
    Aug 2005
    Posts
    65

    Re: COM exe not running on a particular machine

    I did try to register it from cmd prompt. But there was no error message nor a successful message.

  4. #4
    Join Date
    Aug 2005
    Posts
    65

    Re: COM exe not running on a particular machine

    It was installed on that particular machine and registration was part of installation.

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: COM exe not running on a particular machine

    Try to look at the Event Viewer. Perhaps, there is some info about your COM exe problems...
    Victor Nijegorodov

  6. #6
    Join Date
    Aug 2005
    Posts
    65

    Re: COM exe not running on a particular machine

    I had seen event viewer for information and didn't find any.

    how should I be going about this issue ? Are there any specific things that I should be looking into ?

  7. #7
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: COM exe not running on a particular machine

    You might want to provide more info about your "COM exe" (what is it and what is it supposed to do?) and about this specific machine on which you have the problem .
    Victor Nijegorodov

  8. #8
    Join Date
    Aug 2005
    Posts
    65

    Re: COM exe not running on a particular machine

    I created this COM exe to carry out a few processes like reading/writing to files, logging and some other utility stuff. The machine in question is a 32-bit machine running windows server 2003.

  9. #9
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: COM exe not running on a particular machine

    Please, define "to carry out a few processes like reading/writing to files, logging and some other utility stuff..."
    What is the difference between this "windows server 2003" and all the other machines on which your COM exe runs successfully?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured