How can I enable Assembly binding logging?

前端 未结 9 1559
长发绾君心
长发绾君心 2020-12-07 14:03

I\'m getting, \"Could not load file or assembly \'Bla\' or one of its dependencies. An attempt was made to load a program with an incorrect format.\"

A portion of th

9条回答
  •  天命终不由人
    2020-12-07 14:21

    For me the 'Bla' file was System.Net.http dll which was missing from my BIN folder. I just added it and it worked fine. Didn't change any registry key or anything of that sort.

提交回复
热议问题