JIT compiler and "Method Not Found" error
Actually it can be “Could Not Load Type” too, but the reason is the same: you are referencing the wrong DLL version. well, this is totally understandable; of course you are going to get this exception when you use an outdated DLL that lacks the new extra parameter to THAT certain method. But the interesting… Read More »