c# - Windows 10 block assembly after restart -


i have installed program windows 10 %programfiles% path. after time, after auto-restart windows (after update?) program doesn't run. in event viewer have follow error:

system.badimageformatexception: not load file or assembly 'common.logging, version=2.3.1.0, culture=neutral, publickeytoken=af08829b84f0328e' or 1 of dependencies. module expected contain assembly manifest.

now in program folder common.logging.dll blocked. blocked assembly , how prevent in future?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -