$ cat "

Troubleshooting: "Could not load file or assembly..."

"

Here is a quick reminder to the future me:

When troubleshooting an assembly load problem where the application is trying to load an incorrect version of an assembly, related to an upgrade of that assembly, remember to not only do a Clean and Rebuild, but also a straight up delete of all the binaries in the bin folder. That makes sure that there are no old binaries with incorrect versions laying around to cause trouble.

Written by Erik Öjebo 2015-10-19 22:54

    Comments