Search results for query: *

  1. J

    Looking for good stat package

    I was surprised that the .NET Framework doesn't seem to have support for statistical work. I'm looking for pulling random numbers from a distribution, calculating probability, etc. I was also surprised when I searched for posts on this topic that I couldn't find any. Of course, I'd love to...
  2. J

    Question System.Diagnostics.EventLog.WriteEntry not working

    My service has the command "System.Diagnostics.EventLog.WriteEntry" in several places as a means to debug the service. None of these commands are printing to the Application Event Viewer. My problem is much worse than that though. The service fails to start because it fails to respond within...
  3. J

    "No public installers with the RunInstallerAttribute.Yes attribute could be found"

    "No public installers with the RunInstallerAttribute.Yes attribute could be found" This error can occur if the statement <RunInstallerAttribute(True)> is modifying an installer class within a module. Apparently, this modifier must be at the global namespace level.
Back
Top