Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Yulsha

    Memory Leaks in DllHost

    We run ASP that uses a COM object that interacts with a database using MS ADO. Every day DllHost takes up a lot o memory, so that we have to restart IIS. Is there any solution to this? I know that memory leaks are not because of the code, and every object calls the Release method.
  2. Yulsha

    Service stops unexpectedly

    There is an srvany service that runs a Java application. Several days ago, this service began to stop at 8 PM. Event log says the following: The srvany service terminated unexpectedly. It has done this 6 time(s). The following corrective action will be taken in 0 milliseconds: No action...
  3. Yulsha

    Printer Page Size Changes Do Not Take Effect

    I use the following code to change page height and width for a local printer: int SetPrintedPageSize(float width, float height) { //Code adapted from Microsoft KB article Q230743 HANDLE hPrinter = NULL; //handle for the current printer PRINTER_DEFAULTS pd; PRINTER_INFO_2...

Part and Inventory Search

Back
Top