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
|