TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sopheap
NA
5
0
Invalid operation. the connection is closed.
Jun 20 2006 10:44 AM
Hi Everyone,
I'm having problem on my development side. I created a .net web application on my local hard drive version 2.0. I publish the website and moved it over to my development web server. It was working before but now I get this error. Can someone please help me? Thanks so much.
Invalid operation. The connection is closed.
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.InvalidOperationException: Invalid operation. The connection is closed.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Invalid operation. The connection is closed.]
System.Data.OracleClient.OracleCommand.GetStatementHandle() +131
System.Data.OracleClient.OracleCommand.ExecuteReader(CommandBehavior behavior) +120
System.Data.OracleClient.OracleCommand.ExecuteReader() +6
userlist.login.btnSubmit_Click(Object sender, EventArgs e) +587
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
Version Information:
Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
Reply
Answers (
0
)
Why we use 'Static' in class declaration statement
IEnumerator not reset?