Link to home
Start Free TrialLog in
Avatar of angnanesh
angnanesh

asked on

Frequent error occuring in Visual studio 2005

Hello,

Iam getting this error frequently when i execute the program in visual studio 2005.


Server Error in '/FMSMag' Application.
--------------------------------------------------------------------------------

Unspecified error
Oracle error occurred, but error message could not be retrieved from Oracle.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: Unspecified error
Oracle error occurred, but error message could not be retrieved from Oracle.

Source Error:


Line 148:        End If
Line 149:        ' ''---------------------
Line 150:        Return oleDBCommand1.ExecuteReader()
Line 151:    End Function
Line 152:
 

Source File: E:\sneha\softwares\FMSMag\FMSMag\App_Code\DAL\DBAccess.vb    Line: 150

Stack Trace:


[OleDbException (0x80004005): Unspecified error
Oracle error occurred, but error message could not be retrieved from Oracle.]
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult hr) +99
   System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) +239
   System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) +351
   System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) +88
   System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) +195
   System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior) +128
   System.Data.OleDb.OleDbCommand.ExecuteReader() +32
   DBAccess.ReadDB(String SQLstr) in E:\sneha\softwares\FMSMag\FMSMag\App_Code\DAL\DBAccess.vb:150
   functions.verify_menu_mode(String url, String job_id) in E:\sneha\softwares\FMSMag\FMSMag\App_Code\BAL\Admin\functions.vb:50
   Admin_password_change.Page_Load(Object sender, EventArgs e) in E:\sneha\softwares\FMSMag\FMSMag\admin\password_change.aspx.vb:107
   System.Web.UI.Control.OnLoad(EventArgs e) +127
   System.Web.UI.Control.LoadRecursive() +92
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3365

 
ASKER CERTIFIED SOLUTION
Avatar of M3mph15
M3mph15
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial