For my situation it was where a programmer included as a reference the actual compiled filedfile (the .DLL) instead of the project itselfas a reference (the .csproj). Hence it was compiling against a final DLL that wan'twhich wasn't necessarily compatible with the primary exe/dll.
default