I installed SQL Server 2016 Dev with all items and options (included Client SDK).
我安装了SQL Server 2016 Dev,其中包含所有项目和选项(包括客户端SDK)。
But Microsoft.SqlServer.ManagedDTS.dll
is missing.
但Microsoft.SqlServer.ManagedDTS。dll是失踪。
Where can I find the dll to reference this dll in a VB project?
在VB项目中,我在哪里可以找到引用这个dll的dll ?
1 个解决方案
#1
4
I have it in C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS
我有在C:\Windows\ Microsoft.Net \ \ GAC_MSIL \ Microsoft.SqlServer.ManagedDTS组装
Underneath that folder, you should see a specific folder for a given SQL Server version. If you go to that child folder, you can get the dll for that specific SQL Server.
在这个文件夹下面,您应该看到一个特定的SQL Server版本文件夹。如果您访问子文件夹,您可以获得特定SQL服务器的dll。
#1
4
I have it in C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS
我有在C:\Windows\ Microsoft.Net \ \ GAC_MSIL \ Microsoft.SqlServer.ManagedDTS组装
Underneath that folder, you should see a specific folder for a given SQL Server version. If you go to that child folder, you can get the dll for that specific SQL Server.
在这个文件夹下面,您应该看到一个特定的SQL Server版本文件夹。如果您访问子文件夹,您可以获得特定SQL服务器的dll。