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
Post a Comment