954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

ASP.Net YAF Application Error

Error:
ApplicationException was unhandled by user code


How to solve this error in ASP.Net YAF Application

Dhanapal
Newbie Poster
4 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 

Error: ApplicationException was unhandled by user code

How to solve this error in ASP.Net YAF Application

Um... More info please.

LordJPhillip
Newbie Poster
4 posts since Mar 2007
Reputation Points: 10
Solved Threads: 0
 
try
{
       //..erroring code
}
catch(ApplicationException ex)
{
    //Code to handle error condition eg:    
    Response.Write(ex.Message)
}
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
 

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.

ravi sonaiya
Newbie Poster
13 posts since Aug 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You