I have a .dll which links to a .cs that contains object classes. When I add a new object into the object class it is not automatically updating to to the .dll which is located in a Bin folder in my web project.
I've tried removing the .dll and re-adding and re-adding its reference, still wont update.
Please help!