blah blah blah is here! blah blah » Close

0
votes
1 answers

SMTP help.

Hi, I have a C# app that uses SMTP class. It has been working for about a year now and for some reason, it seems to fail now. When I email directly to a person or mulitple address, it works fine. When I try to email to a distribution gro ...

0
votes
1 answers

Server does not post any pages

Has anyone run into an issue with their .NET server not posting any aspx pages? I have a .Net server that sometimes acts like IIS was stopped. I have looked at the resources and all are only at 15% usage. I have updated the server, iis and ...

0
votes
1 answers

SqlException error with Invalis Length

I'm calling a Store Procedure from C# and for some reason I'm getting this error after 7 months. No code has been change. The SP works well in SQL2000. Here is the error: System.Data.SqlClient.SqlException "Invalid length parameter pa ...

0
votes
1 answers

System.Data.SqlClient.SqlException: "PLEASE HELP"

I'm having a SQL timeout error during a SP call from C#. I cannot find the place to adjust the time out period longer. The error is "[SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or ...

Feedback