1
Answer

How to update a .dll file linked to object class?

Photo of Jake Martin

Jake Martin

10y
969
1
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! 

Answers (1)