Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 Invalid Connection

Author  Topic 

feejaz
Yak Posting Veteran

68 Posts

Posted - 2008-01-03 : 08:37:34
Hi,
I have installed window vista on my computer. And configure a .net applaction. But When I want to browse the application there a error

Server Error in '/nutri-cafe' Application.
--------------------------------------------------------------------------------

Invalid connection.
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.SqlClient.SqlException: Invalid connection.

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:


[SqlException: Invalid connection.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +36
NutriCafe.Database.States() +305
NutriCafe.ChooseSchool.Page_Load(Object sender, EventArgs e) +927
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032


Please help me.


Navi

elancaster
A very urgent SQL Yakette

1208 Posts

Posted - 2008-01-03 : 08:42:22
duplicate

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=94947

Em
Go to Top of Page

feejaz
Yak Posting Veteran

68 Posts

Posted - 2008-01-04 : 08:52:18
can any body tell about this error

The specified type is abstract: name='StorageProviderData', namespace='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration', at <storageProvider xmlns='http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/configuration'>.

Navi
Go to Top of Page
   

- Advertisement -