|
|
Question : failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance the connection willl be closed
|
|
Ii am trying to add a database in my asp.net project when i try to add a new database item i keep getting this error "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance the connection willl be closed"
|
Answer : failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance the connection willl be closed
|
|
You dont have the right drivers on your system to initiate the SQL link -- they must be installed on the client that is trying to access the SQL database -- usually during installation of something like MS Access. Try reinstalling the DB connectivity app you are using with the correct SQL drivers, that should do it.
|
|
|
|