There are two options here. First Option (Recommended for most cases)
First, is to create a solution that includes both your WinForms sample and your business object library. To do this, open your WinForms sample and do the following:
1. Open the Solution Explorer
2. Right-Click the solution and go to Add -> Existing Project
3. Choose your business object libarary project.
4. Click OK
At this point your new BO library will be in the same solution as your WinForms application. Now you need to add a reference to your WinForms project.
1. Under the references item, remove your BOL.dll reference if it exists.
2. Right-click the references item and choose "Add Reference"
3. Click on the Projects page tab
4. Choose your BO Library project.
5. Click OK
This will add the proper reference to your project. Rebuild the solution and the business objects from your BO libarary will appear in the Toolbox and can be dropped on the form.
Second Option
You can add a tab item to your toolbox and pull it from your BOL.dll library file. To do this do the following:
1. Right-Click on the Toolbox and click "Add Tab"
2. Name the tab to best suite your needs
3. Right-Click on the new tab and click "Choose Items..."
4. Navigate to your BOL.dll file
5. Click OK and you will see it open a list with all of the items in the BOL.dll checked.
6. Click OK and the items will be added to your Toolbox.