Hi guys,
Under my company source control, there is a custom DLL that being used in some of the classes. I actually not using this in my own VS Project, but since we need to regularly "Get latest" I just need to have this DLL in my <model>/Bin folder.
Issue is, currently my Build always having error of saying some method is not found which is actually inside the DLL. The DLL it self is just getting some updates, and I have put the updated in my <model>/Bin Folder. If I'm doing Full Build (from top menu of Visual Studio), Build completed successfully. But like mentioned, the error come again if I only Build from my Solution\Project. Hence, I need to every time doing Full build which is really wasting time because of the build obviously takes longer.
Anyone know why this is happened and how to resolve it ?
Thanks,