Connecting to existing database with VB 2005 Express

When I select an existing SQL database and try to connect I receive the error:
Failed to generate a user interface of SQL Server due to a failure in starting the process for the user instance. The Connection will be closed.
Any Ideas? I am using WinXP Home Edition, have installed SQL 2005 Express.
[365 byte] By [maestro49m] at [2007-12-16]
# 1
Hi,
Check if your SQLServer instance is running. I think its in SQL Configuration or something like that.
cheers,
Paul June A. Domag
PaulDomag at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Checked, It is running...the "instance" you refer to is the Process ID of 1308?
maestro49m at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 3
I do not know why but on my last couple of trys it started working.
A change I noticed was before when I selected the datasource the text was something like .//sql?(SQLEXPRESS).
I can not remember exact wording.

The times it worked, when I selected the datasource the text was Microsoft SQL Server Database File(SQL Client).

I hope it keeps working..
Thanks
Mike

maestro49m at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 4
I think I found the problem, I was not the first one to use the computer the days with the problem. Even SSEUtil gives the same error. When I switched users to the one that signed on first, SSEUtil worked. I tried signing off of the other computer users and restarting the SQL Server. SSEUtil still could not get the server to respond.

It looks like bottom line....If you need to use a sqldatabase with visual basic 2005 express, make sure you signed on the computer first or reboot before you start or return to your database project.

Mike

maestro49m at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...