错误 CS1729:类型“ARSoft.Tools.Net.Dns.DnsServer”不包含采用“4”个参数的构造函数
error CS1729: The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments
我正在尝试编译取自 github 的代码。
我对 Visual Studio 或 C# 的理解非常基础。谁能帮我解决这个错误?
Github 来源:
github.com/slothbag/NxtHypeDns
源文件link:
github.com/slothbag/NxtHypeDns/blob/master/NxtHypeDns/Program.cs
错误截图:
http://i.imgur.com/KE8En7s.jpg
谢谢
The code here 看起来 DnsServer 接受了这 4 个参数。你确定你有正确的二进制文件吗?你是怎么安装的?
如果您使用的是 codeplex version,那么它看起来不像采用 ProcessQuery 参数。
我正在尝试编译取自 github 的代码。 我对 Visual Studio 或 C# 的理解非常基础。谁能帮我解决这个错误?
Github 来源: github.com/slothbag/NxtHypeDns
源文件link: github.com/slothbag/NxtHypeDns/blob/master/NxtHypeDns/Program.cs
错误截图: http://i.imgur.com/KE8En7s.jpg
谢谢
The code here 看起来 DnsServer 接受了这 4 个参数。你确定你有正确的二进制文件吗?你是怎么安装的?
如果您使用的是 codeplex version,那么它看起来不像采用 ProcessQuery 参数。