April 28, 2014 at 5:33 am
I would like to explore deploying SSIS 2012 packages through a C# interface.
Where can I find the Microsoft.SqlServer.Management.IntegrationServices.dll file which I Need in my project?
April 28, 2014 at 5:47 am
I believe you can extract it from the GAC:
C:\Windows\assembly on my machine, and i see
pulling stuff out of the GAC is tricky, i did it in the past for some SMO dlls:
http://stackoverflow.com/questions/714907/how-to-extract-an-assembly-from-the-gac
Lowell
April 28, 2014 at 6:49 am
I don't have these DLLs
Did you install something else?
Like some SDK?
April 28, 2014 at 7:09 am
my screenshot is from a Win7 machine that had the SQL 2012 Developer Edition, with the full suite of SQL + SSAS/SSIS/SSRS installed.
no extra SDK's or anything, AFAIK.
i'd think you could find them on any server with SSIS installed, where only the version would change, ie 2008R2, i'd see the DLL's being version 10.5.?.?
Lowell
April 28, 2014 at 7:22 am
I have not installed it myself on my current machine.
I'll have a look onto a machine I installed myself...
Thanks
December 1, 2015 at 10:37 pm
Seems like it's only installed in the GAC:
Microsoft.SqlServer.Management.IntegrationServices.dll assembly location
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply