Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
1 of 2
GlennNCA

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

GlennNCA