I added a assembly as reference to my project, I imported its namespace with a using
directive, and no problem occurs; IntelliSense finds the namespace, too.
When I try to compile the solution or go into debug mode, suddenly this error appears:
Cannot find the type or namespace name
BrightIdeasSoftware
; probably missing a using directive or an assembly reference.
How is this possible?