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.