Vc 2008 application deployment
-
Hello, I wrote an mfc application using vc 2008.When UI tried to test my application on other computers I am getting "Application is not confiured properly" message although I copied required dlls.Tested systems are Windows Xp and Vista.My own system is Windows Xp and I have vc 2008 installed.Running properly. What is missing on the test systems? .net 3.5? or latest service packs.
-
Hello, I wrote an mfc application using vc 2008.When UI tried to test my application on other computers I am getting "Application is not confiured properly" message although I copied required dlls.Tested systems are Windows Xp and Vista.My own system is Windows Xp and I have vc 2008 installed.Running properly. What is missing on the test systems? .net 3.5? or latest service packs.
Your probably missing the Microsoft Visual C++ 2008 Redistributable Package (x86)[^] or the 64 bit version: Microsoft Visual C++ 2008 Redistributable Package (x64)[^] Best Wishes, -David Delaune
-
Your probably missing the Microsoft Visual C++ 2008 Redistributable Package (x86)[^] or the 64 bit version: Microsoft Visual C++ 2008 Redistributable Package (x64)[^] Best Wishes, -David Delaune
Thanks David, I copied dlls manually.I recently download redist package. I see that package does some additional configurations on the system(not just a dll coppy ).I hope It is going to solve my problem.Thanks for your prompt answer Best wishes BilgeKaan
-
Thanks David, I copied dlls manually.I recently download redist package. I see that package does some additional configurations on the system(not just a dll coppy ).I hope It is going to solve my problem.Thanks for your prompt answer Best wishes BilgeKaan
Bilge Kaan wrote:
I see that package does some additional configurations on the system(not just a dll coppy ).
Yeah, its the latest Microsoft answer to one of the oldest known shared object problems aptly named DLL Hell[^] the configuration stuff your seeing is called Side-by-side Assemblies[^] Best Wishes, -David Delaune