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. COM
  4. COM exe startup issue

COM exe startup issue

Scheduled Pinned Locked Moved COM
helpc++visual-studiocomdebugging
2 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.
  • A Offline
    A Offline
    act_x
    wrote on last edited by
    #1

    I am developing a COM exe using ATL in VS 2005. On my build machine( XP Pro) , I am able to successfully run the application (debug version )however when I copy the exe to another machine (XP Pro) the exe cannot run . I get an error message "The application has failed to start because the application configuration is incorrect . Reinstalling the application may fix this problem" I have no clue about this error . Help is appreciated !

    C 1 Reply Last reply
    0
    • A act_x

      I am developing a COM exe using ATL in VS 2005. On my build machine( XP Pro) , I am able to successfully run the application (debug version )however when I copy the exe to another machine (XP Pro) the exe cannot run . I get an error message "The application has failed to start because the application configuration is incorrect . Reinstalling the application may fix this problem" I have no clue about this error . Help is appreciated !

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      First thing, you cannot distribute debug version of your program. Then, you need to install the run-time libraries and MFC libraries on the target machine. For that, you can execute vcredist_x86.exe on the target machine (you can download it from here[^]). The link I provided is for VC2005 standard. If you installed the SP1 for VC2005, then look at the links at the bottom of the page, there is a similar download for SP1. This will install the release versions of the libraries, so you need to distribute a release version of your program too.

      Cédric Moonen Software developer
      Charting control [v1.2]

      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