Hi all. I've just get a new machine and try to checkout, build and launch my program. When hitting "launch in debug" button, I have this error message poping up from MS VS:
Unable to start program 'xx'. This application has failed to start because the application configuration is incorrect. Reviex the manifest file for possible errors. Reinstalling the application may fix this problem. For more details , please see the application event log.
Have a look into the application event log:
Type de l'événement : Erreur Source de l'événement : SideBySide Catégorie de l'événement : Aucun ID de l'événement : 59 Date : 24/08/2009 Heure : 16:10:03 Utilisateur : N/A Ordinateur : XXXXXXXX Description : Resolve Partial Assembly a échoué pour Microsoft.VC80.DebugCRT. Message d'erreur de référence : L'assemblage référencé n'est pas installé sur votre système. .
Pour plus d'informations, consultez le centre Aide et support à l'adresse http://go.microsoft.com/fwlink/events.asp.
Ok , the text is in french, but it roughly tells that that resolving the "partial assembly" didn't work for "Microsoft.VC80.DebugCRT". It conludes so that this assemlby is not installed on my machine.
Having a look into the C:\windows\system32 folders, I see no mscvrt80d.dll file. (Huu .. Is it this one I should expect?). MS visual studio 8.0 is freshly installed by admin system though.
Did you ever have that issue before ? And how did you fix that ?