HI I have creted an exe by c++ using visualstudio. I have creted a com componet which discover all the instances of sqlserver on particular machine.now in c++ program using visualstudio i write main() and consume the com component.
Now it should worrk on my both workstations which are w2k3 machines.And when i try to run the same on w2k8 machine i got the error as
the application has failed to start because the side by side configauration is incorrect and for details see the application event error log
i open the application error log and found the error as
Activation context generation failed for "E:\SQLDiscovery.exe". Dependent Assembly Microsoft.VC80.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50608.0" could not be found. Please use sxstrace.exe for detailed diagnosis.
How to resolve this one plz help me