Im having issues adding UserControls into my Toolbox from another project in my solution.
The main project is "AppDesigner" the new Project is "AppDesigner.UI"
Both reflect the namespace.
Withing the main project (AppDesigner) I added a reference to the other project by right clicking on References->Add Reference Then checked the AppDesigner.UI item from Solution.
I have also cleaned and built the project again but I do not see the item in the toolbox.
The AppDesigner
project has been set to
- OutputType:Windows Application
- .NET Target Version:4
- Default NS: AppDesigner
The AppDesigner.UI
project has been set to
- OutputType:Class Library
- .NET Target Version:4
- Default NS: AppDesigner.UI