Good Day,
I have a C# solution consisting of 12 projects. One project (called myControls) is where I'm creating custom Silverlight controls. I consume some of the controls under myControls in another project called (Viewer). I have verified that my namespaces and class names are correct under both projects.
But then I try to reference two brand new controls in Viewer from myControls, Intellisense doesn't seem to recognize my brand new controls although it sees the other ones. I have verified that my namespaces are correct in Viewer, I have verified that my references to myControls resides in the References folder. Is there anything else I need to be aware of?
TIA,
coson