Our C# application needs to launch a thirdpart (from our customer) executable (VC++) to do something. it worked fine in XP and windows 7 but it crashed in Window Embedded Standard 7. Following is the log from System event log.
Activation context generation failed for "C:\Ande\thirdParty\cogs2.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
Anybody knows where to find the Assembly Microsoft.VC90.CRT
and how can I make it availble in our Win7 Embedded machine? We have built our Win7 Embedded from template, from answer file and from customized selections. All have the same crash. We are using .Net 3.5 sp1 and VS 2008.
thanks,