Error:
ApplicationException was unhandled by user code


How to solve this error in ASP.Net YAF Application

Recommended Answers

All 3 Replies

Error:
ApplicationException was unhandled by user code


How to solve this error in ASP.Net YAF Application

Um... More info please.

try
{
       //..erroring code
}
catch(ApplicationException ex)
{
    //Code to handle error condition eg:    
    Response.Write(ex.Message)
}

hi. you can solve this with using try and catch statements.
try it first. if u not getting after this. i will tell you perfect ans...
hope it will help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.