c# - 错误CS1729 : The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments

标签 c# github visual-studio-2013 dns syntax-error

我正在尝试编译来自github的代码。
我对Visual Studio或C#的理解非常基础。有人可以帮我解决这个错误吗?

Github来源:
github.com/slothbag/NxtHypeDns

源文件链接:
github.com/slothbag/NxtHypeDns/blob/master/NxtHypeDns/Program.cs

错误截图:
http://i.imgur.com/KE8En7s.jpg

谢谢

最佳答案

The code here看起来像DnsServer接受这4个参数。您确定您具有正确的二进制文件吗?您是如何安装的?

如果您使用的是codeplex version,则看起来好像没有使用ProcessQuery参数。

关于c# - 错误CS1729 : The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30700034/

相关文章:

c# - 在现有视频上加水印

c# - 如何从一年中的某一天获取日期

visual-studio-2013 - Visual Studio 2013 Update 2 最大化核心

c++ - VS2013 上 Windows 上的全局包含路径

c# - 更改 ViewModel 的 View

c# - 如何以编程方式记录 PerformanceCounter

github - 我可以更改 Github Issue 的状态吗?打开 > 需要验证 > 关闭

Github:只读访问私有(private)仓库

git 克隆,忽略文件

c++ - unsigned short 后 C 结构中的空字节 (Visual Studio 2013)