an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Installation > database connection problem
Last Post 3/25/2008 2:34:42 PM By lukezy. 1 replies.
3/18/2008 3:46:58 PM
bfundy
Posts: 1
Joined: 4/23/2008
database connection problem

I'm working on setting up version 1.1.   the install completed sucessfully but I'm getting the following error that I can't seem to work around. . . .

A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
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: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)

Source Error:
Line 88:             NamedTimeStamp timeStamp = null;
Line 89:             Database db = DBController.CreateDatabase(host);
Line 90:             DbCommand cmd = db.GetStoredProcCommand(TimeStampProc, key);
Line 91:             dep = DBController.GetSqlCacheDependency(host, (SqlCommand)cmd);
Line 92:             using (IDataReader dataReader = db.ExecuteReader(cmd)) {
 

Source File: C:\devroot\playstore\DotShoppingCart_V1.1_Source\Common\Object\DbFileBase.cs    Line: 90

 

3/25/2008 2:34:42 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: database connection problem

Sorry for the late response. This one got skipped under my radar. Did you solve this? Or you still need help?

DotShoppingCart Staff