I'm creating a program that will control the Netlimiter application using API, though I already allow ""...but it keeps telling that error what is the problem.can anyone help?
Asked
Active
Viewed 948 times
1
-
1Never heard of this NetLimiter program before. Have a link? – Ben Voigt Mar 12 '11 at 16:13
-
@Ben: http://www.netlimiter.com/devzone.php – Sheng Xengg Mar 12 '11 at 16:15
-
2It looks like you haven't set `AllowAPI` to `true` in the xml file. That website says that you must stop the service before editing the settings file. – Ben Voigt Mar 12 '11 at 16:18
-
@Ben: I already set to true sir....but keeps telling that error. – Sheng Xengg Mar 12 '11 at 16:22
-
@Sheng: Did restart the service? Actually according to the webpage, a restart may not be enough. You have to stop it, make the change, then start it. – Ben Voigt Mar 12 '11 at 16:28
-
I've already done sir, do you know vshost.exe sir???how to disable this?? – Sheng Xengg Mar 12 '11 at 16:39
-
There's an option "Use VS hosting process" under your C# project settings (I think in the debug section), turn that off and vshost.exe won't appear any more. – Ben Voigt Mar 12 '11 at 18:26