c# - Visual Studio automatically updating assembly references -


solution has project builds assembly, referenced project in solution b.

solution builds c:\bob, , solution b references assembly c:\bob\assembly1.dll, , builds c:\kate\, copying assembly1.dll c:\kate\

if solution rebuilt (whilst solution b open in visual studio), reference assembly1.dll in solution b temporarily broken, , visual studio tries automatically resolve updating reference c:\bob\assmebly1.dll, c:\kate\assembly1.dll (which incorrect reference).

can behaviour disabled?

the projects cannot hosted within same solution, must use assembly references due size , complexity of project.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -