How do I resolve the error message "Unable to load module... because the file couldn't be loaded by the OS"?

for me the problem came down to having some plugin dll’s which were out of date with my main project dll. Once I recompiled these, it worked. If you are using source control be sure to checkin ALL needed DLLs!