| Subject: Microsoft.VC90.DebugCRT not found |
| Group: microsoft.public.vstudio.general |
| Date: 8/23/2008 4:39:15 PM |
| From: Flark [Email Address Protection] |
Hi, I'm trying to run a Debug version of my program on a machine that doesn't have VC++. But I'm getting this error: Activation context generation failed for "C:\Program Files\MYPROG \myprog.exe". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1ff8bee9ffe18e44",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis. I'm using the Debug version for a good reason. When I try to compile the Release version I get a slew of duplications between msvcrt.lib and some other CRT*.lib. I have found ways to eliminate some but not all of those errors. I am using someone else's libraries. Can anyone tell me how I might simply get the Debug version to work? It had worked in the past just fine. Thanks. |
| Back |