I just installed SQL-Server Express 2005 on my machine and I am trying to create a Service-based Database for a C# application. But when I try to create it I end up with the following error message:
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.
I'm completely new to SQL-Sever and C#, so what do I need to do to fix this problem?
(I'm coming from a MySQL/Java background.)