(using vb 2010)
I have a multi-project solution, where ProjectB has a reference to ProjectA.
ProjectA has several custom and user controls that I'd like to use in ProjectB. However, when I open up the winforms designer in ProjectB, the ProjectA component tab does not show. If I enable "Show All" for the Toolbox, ProjectA Components then appears, but every control is faded and I cannot drag them onto the ProjectB form.
Since I've already set up reference to ProjectA, why is this not allowed?