My company uses SQL Server 2008 and we develop SSIS packages in VS 2008. I recently installed SQL Server 2014 since I got assigned to a new company project the uses it. So I needed both. Both seem to work. I use 2008 with the 2008 DBs and 2014 with the 2014 DBs’ But now when I open a package in VS 2008 I found that I lost a reverence to Microsoft.sqlServer.ManagedDTS in my script tasks and I can’t use DTS variables. I reinstall both SQL Server 2008 and VS 2008 and that didn’t fix the problem. I went to another computer that doesn’t have the problem to find the dll and I can’t get to the path where the reference is, C:\Windows\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS\10.0.0.0__89845dcd8080cc91\. How do I restore this dll so VS 2008 can find it?
↧