Search results for query: *

  • Users: babu
  • Content: Threads
  • Order by date
  1. babu

    ProcessManager throws Not enough memory resources are available to process this command

    Team, NtProcessManager, ProcessManager throws below errors Not enough memory resources are available to process this command Exception of type System.OutOfMemoryException was thrown. And came to know it was thrown from ProcessManager. System.Diagnostics.Process.cs. Please let me know...
  2. babu

    Question Simanteniously Check Which Web Service is Available

    Team We are having 2 webservice URL's, one pointing to Internet and another is Intranet. How to check both of them simultaneously. string[] urls = WebServiceURL.Split(new char[] { ';' }); foreach (string url in urls) {...
  3. babu

    SystemEvents.SessionSwitch Lock And UnLock Missing for few users.

    Team, We are writing user events to a file in windows forms. This was now in production. For some users, if there is switch user or Remote user connection, UnLock and Lock events are not triggered and there is no exception. Please help me why UnLock and Lock are not triggered for witch user or...
Back
Top Bottom