Where do I find Microsoft.SqlServer.Management.IntegrationServices.dll?

  • 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?

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • I don't have these DLLs

    Did you install something else?

    Like some SDK?

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • I have not installed it myself on my current machine.

    I'll have a look onto a machine I installed myself...

    Thanks

  • 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