Can't Compile SSIS Component; Missing Assembly in Visual Studio 2008

前端 未结 3 1450
Happy的楠姐
Happy的楠姐 2021-01-18 04:52

There is no standard control flow task in SSIS to download a file over HTTP. I have tried some workarounds (Execute Process wget, Script Task HttpClientConnection), but have

3条回答
  •  执笔经年
    2021-01-18 05:18

    On 64-bit Operating System, you can find the file Microsoft.SQLServer.ManagedDTS.dll in the following path:

    C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies

    On 32-bit Operating System, you can find the file Microsoft.SQLServer.ManagedDTS.dll in the following path:

    C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies

    The folder 90 under Microsoft SQL Server represents SQL Server 2005.

    The folder 100 under Microsoft SQL Server represents SQL Server 2008.

提交回复
热议问题