Server Application Unavailable

  • Thread starter Thread starter MA
  • Start date Start date
M

MA

Hi all!

I have a ASP.NET application written in C#.
I connect this app with a 4th Dimension database via ODBC.

My problem is that when i try to fill a dataset and the query dont return
any data, I get an "Server Application Unavailable"-error.


Is there a way to catch this error? I´ve tried with try/catch,
application_error in global.asax and CustomErrors="On"
defaultRedirect="errorpage.aspx" but none of those can handle this error.

Does anyone knows something about this?

/Marre
 
At one point do you see the error? Like, after the attempt to connect?
If you cannot catch it, how do you know that you get "Server
Application Unavailable" error?
 
Well, I can tell by the BIG red letters on the screen ;)

I´m stepping throug a function here, filling up my dataset (or trying to)
and after that this error appears.

/Marre
 
Back
Top