I have a C # project containing the COMMON folder, and I have several classes in the COMMON folder.
Now in project Y; I refer to
using X.Common;
Everything is good so far, intellisense works fine. However, when I create project Y, I get: "The type or namespace name" common "does not exist in the namespace X (do you miss the assembly reference?"
source
share