I am getting a strange runtime error from my code:
\"Found interface [SomeInterface] but class was expected\"
How can this happen? How can an i
Most likely the code was compiled against a class in a library, which was then changed to an interface in the version you run against.