Symptoms
Visual studio 2012 -
We cant see the Toolbox for Smartforms integration in Visual Studio 2012 after both the normal and control pack installation on local machines.
Diagnoses
This is a known VS issue with toolboxes, right clicks and missing activities.
Resolution
Running the following commands resolved this.
"devenv.exe /resetuserdata"
"devenv.exe /resetsettings"
"devenv.exe /setup"
I always do a toolbox reset as well (right click inside the toolbox on events or activity, select reset toolbox)