Request: error message when a referenced DLL or project has wrong version

I just had a problem that my executable did not see the classes in a reference project.
Found out - after almost an hour - that the problem was the .Net Framework Version in that project.
Changed the version and everything started working.

Can you add an error that states that the referenced DLL or project has an incompatible Framework version when this occurs?