We've been making release builds and running them on different servers for testing. We want some of these servers to have debug builds to make it easier to track down crash bugs.
When we try to make a debug build and run it on a different environment we get this error.
Activation context generation failed for "C:\SoundBetterMixer\SoundBetterMixer64_debug.exe". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="amd64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
My suspicion is that you have to build it on the machine that you're going to run it on, but maybe you can install a run time distributable? Is there more than that that needs to be done?