c# - DLL being overwritten by older version in Visual Studio project -


i'm working on web application in visual studio 2012 using htmlagilitypack. project references 1.4.0.0 version of dll in application's bin folder. used 1.3.0.0

the application works, once day dll in bin folder overwritten replacing version 1.4.0.0 1.3.0.0. i've checked gac , deleted asp.net temp folders first time happened. know what's going on here?

you need delete 1.3.0.0 dll solution's reference list solution explorer.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -