vote up 0 vote down star
1

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!

flag

63% accept rate

1 Answer

vote up 0 vote down

Can you build it on the command line using MSBuild on a machine in which it builds successfully using Visual Studio, or does it fail there as well?

link|flag
Fails both with and without VS, VS gives the line numbers and filenames tough. – axk Jun 15 at 12:01
The proble is not that I cannot find a particular error, but that I have to start VS on other machine to track such errors. – axk Jun 15 at 12:02
Ok, in that case I'm not sure. You may have to get one of the MSBuild or Visual Studio team members to chime in. Have you tried the MSDN MSBuild Forum(social.msdn.microsoft.com/Forums/en-US/…)? They are usually monitoring that. – Sayed Ibrahim Hashimi Jun 16 at 20:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.