I have SQL Server 2005 installed and VS 2008 on Windows XP Pro SP2.
I am building a VB.Net windows application and trying to add a .mdf database to it as a local db inside the project.
But i always receive this message:
"Local database file
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.
OK "
i searched on google for this error, and tried the first 3 links which are mainly talking about this solution:
"delete the C:\Documents and Settings\username\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS directory.
Then restart ur machine."
But i don't have this directory
Here are some screen shots from my machine:
Does anyone faced this problem before and how to solve it?