c# - Application seems loaded wrong dll when runing in standalone mode -


i upgrade .net3.5+vs2008 .net4.6.1+vs2015, , goes smooth @ beginning. when trying start application in standalone mode(by publish or debug folder) problems happened.

this cs project including framework/common/login provide dll, , final application reference these dlls.  when running debug, application goes fine , break point can set.  

but, when debug folder, application seems loaded wrong dll, don't know goes, business logical not correct. attaching vs, can see break point in not hit.

i checked dll loaded in running process using process explorer, found dlls correct , x86/debug folder.

does meet similar issues before, or have advise. application load cache?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -