Hi,
When building a solution on a machine without VS installed, and getting workflow compilation errors I would like to track down the source of the errors, but the msbuild output is not very helpful:
C:\Program Files\MSBuild\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets(80,3): error : The type or namespace name 'Foo' could not be found (are you missing a using directive or an assembly reference?)
An nothing about the file and line even with diagnostic level of verbosity. However VS manages to find the file and line number. I don't want to install VS on the machine we're doing builds on. Is there a way to tell the workflow compiler to report source file names and line numbers for compilation errors?
Thanks!