One main app dynamically load DLL from hard drive and that DLL has a logger DLL, when it get to the logger to write out logs, first logging was fine, but the next I got "entry not found" error. I found that the main app and the called DLL both have the logger DLL but with different versions. After make them the same version this entry not found error fixed.
No comments:
Post a Comment