Finding compilation errors for C# doesn't seem to work Here is an sample compiler error message:
1>C:\code\TestApplication\TestClass.Utility\Tool.cs(510,82,510,105): error CS0103: The name 'GetBatteryChargePercentage' does not exist in the current context
Ctrl-Shift-Down (find next error) doesn't do anything. Double-clicking on the error message line pops up a find-file dialog for
'Tool.cs(510'
Looks like the error template needs a tweak.