Server Application Unavailable

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
 
L

laimis

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?
 
M

MA

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
 

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