error CS1729: The type `ARSoft.Tools.Net.Dns.DnsServer' does not contain a constructor that takes `4' arguments

214 views Asked by At

I'm trying to compile a code taken from github. My understanding of Visual Studio or C# is pretty basic. Can anybody please help me with the error?

Github source: github.com/slothbag/NxtHypeDns

Source file link: github.com/slothbag/NxtHypeDns/blob/master/NxtHypeDns/Program.cs

Error screenshot: https://i.stack.imgur.com/McQXa.jpg

Thanks

1

There are 1 answers

3
Mark On BEST ANSWER

The code here looks like the DnsServer takes those 4 arguments. Are you sure you have the correct binaries? How did you install?

If you are using the codeplex version then it doesn't look like it take a ProcessQuery parameter.