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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -