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 / C++ / MFC
  4. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++workspace
10 Posts 4 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.
  • R Offline
    R Offline
    reza toorani
    wrote on last edited by
    #1

    Hi I have a app which it build by VC++.When running it in my computer show message This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. but run it other computer fine it. My Computer have a C++ 2008 Redistributable. Help me

    C K 2 Replies Last reply
    0
    • R reza toorani

      Hi I have a app which it build by VC++.When running it in my computer show message This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. but run it other computer fine it. My Computer have a C++ 2008 Redistributable. Help me

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

      reza toorani wrote:

      My Computer have a C++ 2008 Redistributable.

      You need to install the redistributable package on the target computers too. You can download it from here[^]

      Cédric Moonen Software developer
      Charting control [v3.0] OpenGL game tutorial in C++

      R 1 Reply Last reply
      0
      • C Cedric Moonen

        reza toorani wrote:

        My Computer have a C++ 2008 Redistributable.

        You need to install the redistributable package on the target computers too. You can download it from here[^]

        Cédric Moonen Software developer
        Charting control [v3.0] OpenGL game tutorial in C++

        R Offline
        R Offline
        reza toorani
        wrote on last edited by
        #3

        I install redistributable package but give me error message

        1 Reply Last reply
        0
        • R reza toorani

          Hi I have a app which it build by VC++.When running it in my computer show message This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. but run it other computer fine it. My Computer have a C++ 2008 Redistributable. Help me

          K Offline
          K Offline
          KarstenK
          wrote on last edited by
          #4

          you have mixes version of the dlls. The installed dlls are others than the building dlls. Use the service pack level and/or check the manifest. tip: dependency walker Press F1 for help or google it. Greetings from Germany

          R 1 Reply Last reply
          0
          • K KarstenK

            you have mixes version of the dlls. The installed dlls are others than the building dlls. Use the service pack level and/or check the manifest. tip: dependency walker Press F1 for help or google it. Greetings from Germany

            R Offline
            R Offline
            reza toorani
            wrote on last edited by
            #5

            Thanks I download Dependency Walker files and load .exe appliaction file.error MSVCR80D.DLL file. I download this file and copy the root application.but give me error message.

            K 1 Reply Last reply
            0
            • R reza toorani

              Thanks I download Dependency Walker files and load .exe appliaction file.error MSVCR80D.DLL file. I download this file and copy the root application.but give me error message.

              K Offline
              K Offline
              KarstenK
              wrote on last edited by
              #6

              Do you see the big fat "D" in the dll name. It is a debug build. :doh: Press F1 for help or google it. Greetings from Germany

              R 1 Reply Last reply
              0
              • K KarstenK

                Do you see the big fat "D" in the dll name. It is a debug build. :doh: Press F1 for help or google it. Greetings from Germany

                R Offline
                R Offline
                reza toorani
                wrote on last edited by
                #7

                the dll name is DT.dll I think that "d" is for dll name. If it is a debug build,What do I?

                K 1 Reply Last reply
                0
                • R reza toorani

                  the dll name is DT.dll I think that "d" is for dll name. If it is a debug build,What do I?

                  K Offline
                  K Offline
                  KarstenK
                  wrote on last edited by
                  #8

                  Ypu wrote "I download Dependency Walker files and load .exe appliaction file.error MSVCR80D.DLL file." that means your app or some dlls is referring to a debug dll. You need a release build of that file. Press F1 for help or google it. Greetings from Germany

                  R 1 Reply Last reply
                  0
                  • K KarstenK

                    Ypu wrote "I download Dependency Walker files and load .exe appliaction file.error MSVCR80D.DLL file." that means your app or some dlls is referring to a debug dll. You need a release build of that file. Press F1 for help or google it. Greetings from Germany

                    R Offline
                    R Offline
                    reza toorani
                    wrote on last edited by
                    #9

                    this application fine work in other computers.

                    S 1 Reply Last reply
                    0
                    • R reza toorani

                      this application fine work in other computers.

                      S Offline
                      S Offline
                      Sauro Viti
                      wrote on last edited by
                      #10

                      If depends.exe says that your application links to MSVCR80D.DLL, it means that the application is a debug build. Do you have Visual Studio 2005 installed on the computers where the application run properly, but not installed on the computer where it doesn't starts? Remember that the debug versions of the C/C++ runtime libraries are provided with Visual Studio but they are not redistributable.

                      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