vb.net Microsoft.SqlServer.ManagedDTS.dll SQL Server 2016 位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/44769045/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Microsoft.SqlServer.ManagedDTS.dll SQL Server 2016 location
提问by Tom McDonald
I installed SQL Server 2016 Dev with all items and options (included Client SDK).
我安装了带有所有项目和选项(包括客户端 SDK)的 SQL Server 2016 Dev。
But Microsoft.SqlServer.ManagedDTS.dllis missing.
却Microsoft.SqlServer.ManagedDTS.dll不见了。
Where can I find the dll to reference this dll in a VB project?
我在哪里可以找到在 VB 项目中引用这个 dll 的 dll?
回答by Sam Kolli
I have it in C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS
我在 C:\Windows\Microsoft.Net\assembly\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 Server 的 dll。


