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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.