Debug With IE

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/17/2007 8:53:22 AM
Gravatar
Total Posts 49
Juliano Morais Barbosa

Debug With IE

Hi for all,

 

When I debug with IE I get this mensage Error, When I change for Firefox the debug is normal.

 

System.Data.SqlClient.SqlException was unhandled by user code
Message="Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
Source=".Net SqlClient Data Provider"
ErrorCode=-2146232060
Class=11
LineNumber=0
Number=-2
Procedure=""
Server="(local)\\SQLEXPRESS"
State=0
StackTrace:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteScalar()
at WebStoreFlex.Data.SqlHelper.ExecuteScalar(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at WebStoreFlex.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at WebStoreFlex.Data.db.Pessoa_GetCount()
at WebStoreFlex.Data.db.Pessoa_GetPage(Int32 pageNumber, Int32 pageSize, String nomePessoaBeginsWith, Int32& totalPages)
at WebStoreFlex.Business.Pessoa.GetPage(Int32 pageNumber, Int32 pageSize, String nomePessoaBeginsWith, Int32& totalPages)
at WebStoreFlex.UI.WebStoreFlexPessoa.PessoaListPage.PopulateControls()
at WebStoreFlex.UI.WebStoreFlexPessoa.PessoaListPage.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

9/17/2007 12:44:10 PM
Gravatar
Total Posts 18439

Re: Debug With IE

Hi Juliano,

I have no idea why debugging would be any different using IE vs Firefox though I have seen other ceses where errors only occur in IE.

If there is a bug it is in your custom code not in mojoPortal code:

WebStoreFlex.Data.db.Pessoa_GetCount()

Maybe something in your code is causing a timeout error as the error message indicates.

Hope it helps,

Joe

9/17/2007 2:08:12 PM
Gravatar
Total Posts 49
Juliano Morais Barbosa

Re: Debug With IE

Hi Joe.

 

Opssss.

 

Thanxxxxxxxxxxxxxxx.

You must sign in to post in the forums. This thread is closed to new posts.