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. problem After Upgrading from VS 2003 project to VS 2005! [modified]

problem After Upgrading from VS 2003 project to VS 2005! [modified]

Scheduled Pinned Locked Moved C / C++ / MFC
helpworkspacec++visual-studiocom
7 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.
  • P Offline
    P Offline
    pnpfriend
    wrote on last edited by
    #1

    Hi, I have a c++ project created by VS 2003 and VB project. They are on intranel network. The application runs OK on network. However, once I upgraded them to VS2005, the application (.exe) doesn't run on the machine that doesn't have VS2005 anymore and I got the error messages saying Error message for application created by C++ ============================================== "This applicatino has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." Error message for application created by VB ============================================ "Ojbect can't create" I made the research and found out that in order to run any application, created by VS 2005, on the machine that doesn't have VS 2005 installed, I need Framework 2.0 So I downloaded Dot Net Framework 2.0 and SDK (setup.exe) (http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en[^]) The problem solved for application created using VB but not for C++. What am I missing? I rearch again.. and found out I need WindowsInstaller 3.1 so I downloaded again and still not working. Could you please help me what do I need to do so the C++ application will also run on the machine that doesn't have VS 2005 installed. Thank You. -- modified at 13:04 Thursday 8th February, 2007

    M 1 Reply Last reply
    0
    • P pnpfriend

      Hi, I have a c++ project created by VS 2003 and VB project. They are on intranel network. The application runs OK on network. However, once I upgraded them to VS2005, the application (.exe) doesn't run on the machine that doesn't have VS2005 anymore and I got the error messages saying Error message for application created by C++ ============================================== "This applicatino has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." Error message for application created by VB ============================================ "Ojbect can't create" I made the research and found out that in order to run any application, created by VS 2005, on the machine that doesn't have VS 2005 installed, I need Framework 2.0 So I downloaded Dot Net Framework 2.0 and SDK (setup.exe) (http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en[^]) The problem solved for application created using VB but not for C++. What am I missing? I rearch again.. and found out I need WindowsInstaller 3.1 so I downloaded again and still not working. Could you please help me what do I need to do so the C++ application will also run on the machine that doesn't have VS 2005 installed. Thank You. -- modified at 13:04 Thursday 8th February, 2007

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      Some hopefully helpful info: Redistributing Visual C++ Files[^]

      P 1 Reply Last reply
      0
      • M Mark Salsbery

        Some hopefully helpful info: Redistributing Visual C++ Files[^]

        P Offline
        P Offline
        pnpfriend
        wrote on last edited by
        #3

        Thank you. I will try it I did downloaded and try with ClickOnce Deployment and C++ 2005 Redistributable Package(x86) http://msdn2.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx[^] http://msdn2.microsoft.com/en-us/library/ms235287(VS.80).aspx[^] http://www.microsoft.com/downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee&DisplayLang=en[^] :( it doesn't work yet. Don't really know what am I missing. Hopefully the link you give me will give me more information. Thank you, Mark.

        M 1 Reply Last reply
        0
        • P pnpfriend

          Thank you. I will try it I did downloaded and try with ClickOnce Deployment and C++ 2005 Redistributable Package(x86) http://msdn2.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx[^] http://msdn2.microsoft.com/en-us/library/ms235287(VS.80).aspx[^] http://www.microsoft.com/downloads/details.aspx?FamilyID=32bc1bee-a3f9-4c13-9c99-220b62a191ee&DisplayLang=en[^] :( it doesn't work yet. Don't really know what am I missing. Hopefully the link you give me will give me more information. Thank you, Mark.

          M Offline
          M Offline
          Mark Salsbery
          wrote on last edited by
          #4

          What's the exact error message you see now?

          P 1 Reply Last reply
          0
          • M Mark Salsbery

            What's the exact error message you see now?

            P Offline
            P Offline
            pnpfriend
            wrote on last edited by
            #5

            Hi Mark, I'm getting this error message. My proj was first created in VS 2002, then upgraded to VS2003. No problem on running on any machine. but once I upgraded to VS2005, I got following error message. Error message for application created by C++ ============================================== "This applicatino has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

            M 1 Reply Last reply
            0
            • P pnpfriend

              Hi Mark, I'm getting this error message. My proj was first created in VS 2002, then upgraded to VS2003. No problem on running on any machine. but once I upgraded to VS2005, I got following error message. Error message for application created by C++ ============================================== "This applicatino has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

              M Offline
              M Offline
              Mark Salsbery
              wrote on last edited by
              #6

              I don't know if this helps. From the docs for the error message: If a manifest is present in your application but a required Visual C++ library is not installed in the WinSxS folder, you may get one of the following error messages depending on the version of Windows on which you try to run your application

              P 1 Reply Last reply
              0
              • M Mark Salsbery

                I don't know if this helps. From the docs for the error message: If a manifest is present in your application but a required Visual C++ library is not installed in the WinSxS folder, you may get one of the following error messages depending on the version of Windows on which you try to run your application

                P Offline
                P Offline
                pnpfriend
                wrote on last edited by
                #7

                Oh any information is really helpful for me. And I just looked at it. I think this is it. I'll try to work out with it and see if I can get it. ^_^ if I stil can't get it, I'll come to to GURUS like you. Thank you so much Mark.

                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