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
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.