TFS build command - build fails if app_code refers to another project in the solution

I have been using Team Build 2010 for some time, and it unexpectedly stopped working after some code changes.

More specifically, when some file in App_Code used a link from another project in the solution. I get this error message:

c: \ Builds \ Venus \ Sources \ Branches \ xxx \ xxx \ xxx \ App_Code \ xxx.cs (9): The type or namespace name 'xxx' does not exist in the namespace 'xxx.xxx' (you have a link to assembly?)

Is this a known issue? Is there any workaround?

I have already tried deleting and rebooting the entire workspace, but no luck.

Thanks at Advance

+3
source share
1 answer

- -. -, App_Code .

0

Source: https://habr.com/ru/post/1790951/


All Articles