User-1001774535 posted
Hi
I have a multi-project solution. From my live website project I used to reference each projects dll directly by copying and pasting them into the live website projects bin directory - before I realised I could add a reference to a project
(right-click add reference > project tab). I have now added references the correct (latter) way.
However when I deploy my live website project to the live server, it still wants to find the dll's directly in the bin folder.
Why is this? When I make a change now to one of the projexts, my live server project (when deployed) still uses the old dll in the bin folder.
It works locally.
Thanks