VS2005 app distribution
-
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"
:)
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
-
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
-
Can you post the exact error instead of "somthing like"? :)
-
Can you post the exact error instead of "somthing like"? :)
-
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."
:)
-
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."
:)
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
:)
-
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
:)
Where is Georgia Tbilisi ? :)
-
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
:)
By the way, what was the fix??
-
By the way, what was the fix??
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!!!
-
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!!!
Cool thanks :)
-
Cool thanks :)
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) :)
:)