1) Open Visual Studio Developer Command Prompt with as admin.
2) Cd to the path of the visual studio assemblies. For 2012:
cd "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies"
3) Run gacutil /if Microsoft.SqlServer.Dts.Design.dll
4) Restart Visual Studio
Taken from:
http://stackoverflow.com/questions/24745396/isvisualstudio2012proinstalled-method-not-found-error-when-running-an-ssis-pac
Tuesday, February 16, 2016
SSIS Toolbox Empty
If you see the toolbox is empty when working in SSIS, it is because it uses a seperate SSIS Toolbox. Click on the Control Flow, and in the far right of the window is an icon to display the SSIS Toolbox. More details (including pictures) can be found in the link below:
http://www.jamesserra.com/archive/2013/01/ssis-2012-empty-toolbox/
http://www.jamesserra.com/archive/2013/01/ssis-2012-empty-toolbox/
Subscribe to:
Posts (Atom)