WinMergeReporter doesn't find winmerge on x64 machine
Brought to you by:
isidore_usa
In version 1.0.11.0 when I place the [UseReporter(typeof(WinMergeReporter))] above my test class and run a test. I see the following exception "System.ComponentModel.Win32Exception : The system cannot find the file specified" I noticed that code is using Environment.GetEnvironmentVariable("ProgramFiles") which returns "C:\Program Files". You might consider using the "ProgramFiles(x86)" environment variable which returns "C:\Program Files (x86)" and maybe this could help it to find winmerge.
Thoughts?