.net WSDL.exe 的位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/100705/
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
Location of WSDL.exe
提问by Daniel Williams
I recently heard of WSDL.Exe, but I am not sure where to find this program. Does anyone know where I can find or download it?
我最近听说过 WSDL.Exe,但我不确定在哪里可以找到这个程序。有谁知道我在哪里可以找到或下载它?
采纳答案by David Bick
You'll get it as part of a Visual Studio install (if you included the SDK), or in a standalone SDK install. It'll live somewhere like C:\program files\Microsoft Visual Studio 8\SDK\v2.0\Bin
您将在 Visual Studio 安装(如果包含 SDK)或独立 SDK 安装中获得它。它会住在某个地方C:\program files\Microsoft Visual Studio 8\SDK\v2.0\Bin
If you don't already have it, you can download the .NET SDKs from
http://msdn.microsoft.com/en-us/netframework/aa569263.aspx
如果您还没有,可以从以下位置下载 .NET SDK
http://msdn.microsoft.com/en-us/netframework/aa569263.aspx
回答by lcrepas
In case anyone using VS 2008 (.NET 3.5) is also looking for the wsdl.exe. I found it here:
如果使用 VS 2008 (.NET 3.5) 的人也在寻找 wsdl.exe。我在这里找到了:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\wsdl.exe
C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\wsdl.exe
回答by Daniel Williams
And on my Windows 7 machine it is here:
在我的 Windows 7 机器上,它在这里:
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 工具
Note that the file wsdl.exe is portable, in that you can copy it to another windows machine and it works. I have not tried to see if the 4.5 exe will work on a machine that only have .NET 2.0, but this would be interesting to know.
请注意,文件 wsdl.exe 是可移植的,因为您可以将其复制到另一台 Windows 机器上并且它可以工作。我还没有尝试查看 4.5 exe 是否可以在只有 .NET 2.0 的机器上运行,但这会很有趣。
回答by Matt Kemp
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\wsdl.exe
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\wsdl.exe
(via this question: Where can I find WSDL.exe?)
(通过这个问题:我在哪里可以找到 WSDL.exe?)
回答by Kervin Guzman
If you have Windows 10 and VS2015, below you can see the Location of WSDL.exe
如果你有 Windows 10 和 VS2015,下面你可以看到WSDL.exe的位置
Path in your pc C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7 Tools
电脑中的路径C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7 Tools
回答by Paulos02
You can find what you want in windows by looking with the windows dir command, use the administrator account to make it easy:
您可以通过使用 windows dir 命令在 windows 中找到您想要的内容,使用管理员帐户即可轻松实现:
c:>dir wsdl.exe /s
c:>dir wsdl.exe /s
回答by hwcverwe
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 工具
回答by leppie
It is included with .NET (not sure if only in the SDK).
它包含在 .NET 中(不确定是否仅包含在 SDK 中)。

