Strange error?!

G

Guest

We have a .NET app that selects records from a SQL Server 2000 database, and
then sends out e-mails using the System.Web.Mail class in .net

This has worked for months, and then suddently, the runtime error below
starts happening. If we select a small number of records, everything is fine,
but if we select say 1,000 records then this error occurs each time.

I can't find any information about this error message. Could it be due to
something in a recent Windows Update? It is running on a Windows Server 2003
server.

Thank you for any hints!
 
M

Michael Nemtsev

Hello Dean,

DG> System.Diagnostics.EventLog.WriteEntry(String
DG> message, EventLogEntryType type) at

relating the error stack you are writing to the even log and got Win32Exception.
Are you sure that the source, where are you writing the log, exists?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top