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. VS2005 app distribution

VS2005 app distribution

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpdotnetcomquestion
12 Posts 3 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
    Alex_Y
    wrote on last edited by
    #1

    My application build using VS2005 now I want run it on the comp. which has only .net Framework 1.1 I put in app. directory ATL80.dll gdiplus.dll mfc80.dll mfc80ENU.dll msvcirt.dll msvcp80.dll msvcr80.dll msvcrt.dll Am I missing somthing? May be I need more modules to avoid installation of .net Framework on that machine? When I do regisration of my COM componetns I am getting error somthing like "... Configuration error application could not be loaded reinstall could help to fix problem"

    :)

    M 1 Reply Last reply
    0
    • A Alex_Y

      My application build using VS2005 now I want run it on the comp. which has only .net Framework 1.1 I put in app. directory ATL80.dll gdiplus.dll mfc80.dll mfc80ENU.dll msvcirt.dll msvcp80.dll msvcr80.dll msvcrt.dll Am I missing somthing? May be I need more modules to avoid installation of .net Framework on that machine? When I do regisration of my COM componetns I am getting error somthing like "... Configuration error application could not be loaded reinstall could help to fix problem"

      :)

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

      Do you use the .NET framework in your code? If so you'll need the .NET framework installed on the machine. None of the dlls in your list have anything to do with .NET. Mark

      A 1 Reply Last reply
      0
      • M Mark Salsbery

        Do you use the .NET framework in your code? If so you'll need the .NET framework installed on the machine. None of the dlls in your list have anything to do with .NET. Mark

        A Offline
        A Offline
        Alex_Y
        wrote on last edited by
        #3

        No I don't use .net Framework. I only use MFC80 and ATL30

        :)

        M 1 Reply Last reply
        0
        • A Alex_Y

          No I don't use .net Framework. I only use MFC80 and ATL30

          :)

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

          Can you post the exact error instead of "somthing like"? :)

          A 1 Reply Last reply
          0
          • M Mark Salsbery

            Can you post the exact error instead of "somthing like"? :)

            A Offline
            A Offline
            Alex_Y
            wrote on last edited by
            #5

            regsvr32 MyDll.dll "Load library (MyDll.dll) failed. This application failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

            :)

            M A 2 Replies Last reply
            0
            • A Alex_Y

              regsvr32 MyDll.dll "Load library (MyDll.dll) failed. This application 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

              Redistributing Visual C++ Files[^]

              1 Reply Last reply
              0
              • A Alex_Y

                regsvr32 MyDll.dll "Load library (MyDll.dll) failed. This application failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

                :)

                A Offline
                A Offline
                Alex_Y
                wrote on last edited by
                #7

                Man thanks a lot it really helped. It was simple and so obvious. I will build monument to you in Georgia Tbilisi at the city Victory park, with the short modest words on it. "Here is standing monument to the smart guy". And please don’t ask me where is Georgia Tbilisi I don’t know, I know it is real. :) Just kidding -- modified at 15:19 Friday 3rd November, 2006

                :)

                M 2 Replies Last reply
                0
                • A Alex_Y

                  Man thanks a lot it really helped. It was simple and so obvious. I will build monument to you in Georgia Tbilisi at the city Victory park, with the short modest words on it. "Here is standing monument to the smart guy". And please don’t ask me where is Georgia Tbilisi I don’t know, I know it is real. :) Just kidding -- modified at 15:19 Friday 3rd November, 2006

                  :)

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

                  Where is Georgia Tbilisi ? :)

                  1 Reply Last reply
                  0
                  • A Alex_Y

                    Man thanks a lot it really helped. It was simple and so obvious. I will build monument to you in Georgia Tbilisi at the city Victory park, with the short modest words on it. "Here is standing monument to the smart guy". And please don’t ask me where is Georgia Tbilisi I don’t know, I know it is real. :) Just kidding -- modified at 15:19 Friday 3rd November, 2006

                    :)

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

                    By the way, what was the fix??

                    P 1 Reply Last reply
                    0
                    • M Mark Salsbery

                      By the way, what was the fix??

                      P Offline
                      P Offline
                      PJ Arends
                      wrote on last edited by
                      #10

                      http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en[^] Download and run VCRedist_x86.exe on the target machine before installing and running your app. May require updating the MSI installer first (requires MSI3.0). There is a seperate VCRedist file for 64 bit systems.


                      You may be right
                      I may be crazy
                      -- Billy Joel --

                      Within you lies the power for good, use it!!!

                      M 1 Reply Last reply
                      0
                      • P PJ Arends

                        http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en[^] Download and run VCRedist_x86.exe on the target machine before installing and running your app. May require updating the MSI installer first (requires MSI3.0). There is a seperate VCRedist file for 64 bit systems.


                        You may be right
                        I may be crazy
                        -- Billy Joel --

                        Within you lies the power for good, use it!!!

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

                        Cool thanks :)

                        A 1 Reply Last reply
                        0
                        • M Mark Salsbery

                          Cool thanks :)

                          A Offline
                          A Offline
                          Alex_Y
                          wrote on last edited by
                          #12

                          I took add files from C:\PROG Files\VS8\VC\Redist 5 files something like mfc80cm.dll which means it if not enough to take files from C:\windows\System32\WinSxS\... you also need to take files from C:\PROG Files\VS8\VC\Redist So second part I was missing. You see developer relying on manifest but ... there is always old comp. which have no clue about .net Framework which don't care about where key in your manifest pointing and what that manifest means at all :) Your catch my fix. Thanks again. Tbilisi is next to Chechnia on North and Arminia and Turkey on South, but you really don't need to know that. Sometimes it is enough to know that somebody somewhere build monument for you. (Old high school joke) :)

                          :)

                          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