I am having a problem running the downloads.
Each time I try running any of the applications it generates an error.
Please help me out.
Server Error in '/OnlineDiary' Application.
Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be 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.Data.SqlClient.SqlException: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed.
Source Error:
Line 214: sqlCmd.Parameters.AddWithValue("@DiaryId", DiaryId)
Line 215:
Line 216: diaryDBConn.Open()
Line 217: Dim entrySQLDR As SqlDataReader = sqlCmd.ExecuteReader(CommandBehavior.CloseConnecti on)
Line 218: sqlCmd = Nothing
Source File: D:\Documents and Settings\Administrator\My Documents\Mybooks\OnlineDiary\App_Code\DiaryEntry.
vb Line: 216