Link to home
Start Free TrialLog in
Avatar of 0nepiece
0nepieceFlag for Philippines

asked on

I can't connect to my sql database in SQL Server 2008 Express Edition.

How do I fix this problem? I'm trying to connect the database I created into my C# Windows form application. Please refer to the image. Thanks in advance.
sql-server-express-problem.JPG
Avatar of ICaldwell
ICaldwell
Flag of United States of America image

This issue has been corrected in the new version of SQL Server...

http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=311687

you will need to upgrade the database from SQL Server 2005 Beta 2 to the full version of 2005 or 2008....
Avatar of rajeeshmca
Hi Onepiece,

Refer the following Link

http://forums.asp.net/t/1334327.aspx
Oh now I see this is not a SQL Server express problem but Visual Studio problem.... Simple update:

http://www.microsoft.com/downloads/details.aspx?FamilyID=e1109aef-1aa2-408d-aa0f-9df094f993bf&DisplayLang=en
Avatar of 0nepiece

ASKER

Hi ICaldwell, I tried to install the update, but this what came up after executing the installer. Please refer to the image.
sql-prob-2.JPG
What Version of Visual Studio do you have installed?  Please go to Help -> About and take a screen shot.... thanks
here's the screenshot
vs-license.JPG
ASKER CERTIFIED SOLUTION
Avatar of ICaldwell
ICaldwell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Sorry for the delay! This did the job! Thanks