dblack:Another option might be to use something similar to the WinFormsContentLoadingSample to debug your custom processor. This also has the advantage of allowing a more interactive approach to debugging your custom content processor.
David
Can you go further into detail ? How can we use our custom processor inside that sample ?
I cannot use the other methods to debug because I have some strange errors... In case you understand what the compiler is saying...
'msbuild.exe' (Managé) : 'E:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild.exe' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Engine\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Engine.dll' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\assembly\GAC_MSIL\Microsoft.Build.Framework\2.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Framework.dll' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\fr\MSBuild.resources.dll' chargé, aucun symbole chargé.
'msbuild.exe' (Managé) : 'E:\WINDOWS\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_fr_b77a5c561934e089\mscorlib.resources.dll' chargé, aucun symbole chargé.
Une exception de première chance de type 'Microsoft.Build.CommandLine.CommandLineSwitchException' s'est produite dans msbuild.exe
Le programme '[3556] msbuild.exe: Managé' s'est arrêté avec le code 1 (0x1).
Boo