When i try to call a finalbuilder project which has c# application from the TFSbuild, it is not excuting the c# program inside the final builder project.
I fogot to mention that i used both Execute and RunDos Action to execute the program, it works fine when run through final builder. But when i excute team build to call the finalbuilder it doesn't excute the program. It doesn't give any error either. I am not sure if i am missing something
Hi padmavathy,
Sorry to hear you’re having problems.
How are you specifying the executable path? Does the program/action complete, or does it hang and require terminating? does the C# application open a GUI or do anything else which may be hard to do when “running as a service” (which is how Team Build runs.)
Regards,
Angus
Thanks Angus for the reply. It looks like the user id i was using doesn’t have proper permissions.
Thanks
Padma