vote up 6 vote down star
1

I've been struggling for some time now to be able to use the built-in functions in Visual Studio 2008 to handle *.mdf database files with SQL Server 2008 Express. I'm running on an x64-based system, and I've read that there is a known problem with this setup, but the hotfix has not solved my problems.

Basically, what happens is that when I try to add a new *.mdf file to the App_Data folder of a project, I get an error message saying:

Connections to SQL Server files (*.mdf) require SQL Server Express 2005 to 
function properly.  Please verify the installation of the component or download 
from the URL:    http://go.microsoft.com/fwlink/?LinkId=49251

My (unsuccessful) steps to solve this:

  1. Uninstall all possible associated programs to Visual Studio, SQL Server or .NET Framework (which left .NET 2.0 Compact Framework and .NET 3.5 Compact Framework, and nothing else .NET related, installed).
  2. Reboot.
  3. Install .NET 3.5 SP1, SQL Server 2008 Express and SQL Server Management Studio 2008 Express via the Web Platform Installer 2.0 (Beta).
  4. Reboot.
  5. Install Visual Studio 2008 Professional from disc.
  6. Reboot.
  7. Install Visual Studio 2008 Service Pack 1.
  8. Reboot.
  9. Install hotfix.
  10. Reboot.
  11. Start VS, create new Web site and try to add database. Still get the error message...

When I look in the Help/About dialog, the hotfix shows up among applied updates. I have also checked and double-checked that the SQL Server instance name is correctly set in Visual Studio (I copy-pasted the instance name from the login screen in SSMS).

Why does the hotfix not solve my problems? Am I doing things in the wrong order, or do I have the wrong software versions somewhere?

According to the KB article, the problem is that Visual Studio doesn't correctly detect "some registry keys" - but nothing is said about which keys. Does anyone know how to fix this manually?


Oh, and yes - I've seen this post. I know I could just "downgrade" to the x86 version of SQL Server, but I really want to make this work with the x64 version (if nothing else, just because it's supposed to work...), so that solution doesn't really solve my problems. Please don't close this as a duplicate.

flag

serverfault.com?? – Mitch Wheat Jun 8 at 12:42
I'll ask there too, and update so that the solution is available in both places. – Tomas Lycken Jun 8 at 12:53
doesn't belong on serverfault, as this is CLEARLY programming related. – Jeff Atwood Jun 8 at 12:57
also probably belongs on MSFT support forums IMO. – Jeff Atwood Jun 8 at 12:59
MSFT? You guys and acronyms... ;) – Tomas Lycken Jun 8 at 13:01
show 3 more comments

4 Answers

vote up 0 vote down

Try changing the user on which the SQL Server Express is running. This can be changed in Services managment (press Win+R, type in services.msc). Choose SQL Server Express, right click -> Properties. 'Log On' tab and select: 'Local System account', tick the 'Allow service to interact with desktop' - this is what worked for me.

link|flag
Nope. Still get the error message... =( – Tomas Lycken Jun 8 at 13:07
is the service running at all? – argh Jun 8 at 13:27
can you connect to it via SQL server managment studio? – argh Jun 8 at 13:27
Yes, no problems. I can connect to the server instance from the Server Explorer tab in VS too, as long as the *.mdf file is attached in SSMS. But I can still not create *.mdf files in the App_Data directory. – Tomas Lycken Jun 8 at 13:39
vote up 2 vote down

I had this same error, VS 2008 SP 1 on Vista Ultimate 64 bit with SQL 2008 Express 64 bit. Downloaded the hotfix and rebooted, started up SQLEXPRESS and still got the error.

Then I changed my "SQL Server Instance Name" (under VS 2008 -> Tools -> Options -> Data Connections), which was blank, to "SQLEXPRESS" (versus ".\SQLEXPRESS", which is what I use in my login screen under SSMS.) and now it works like a charm!

  • Dave
link|flag
vote up 0 vote down

I am facing the same problem, but can't find the hotfix file. Could you post the URL to download it? Thank you

link|flag
The hotfix isn't available for public download (yet), as it has (apparently) not been tested enough by Microsoft. I had to email them through the support page and ask for the file (it was no problem using the KB number as reference). – Tomas Lycken Aug 23 at 7:29
vote up -3 vote down

IM ON WINDOWS 7 ULTIMATE X64 BITS - WITH VS PRO 2008 + NET FRAMEWORK 3.5 SP 1 + SQL SERVER 2005 SP 3 X64 BITS I DONT NOW TO NEED INSTALL SQL SERVER 2008 ITS TOO LATE FOR ME NOW, OK IM ON THE MIDDLE OF ALL THE FORMULAS DESCRIBED ON INTERNET, IF THE HOTFIX AND SP 1 COULDNT FIX THIS ISSUE I WILL VERY HUNGRY CAUSE I HAVE 3 DAYS UPDATING DOWNLOADING ETC....

BTW IV NOTICED THAT ITS READY TO TEST VS 2010 IM GOING BE CRAZY....

link|flag
No reason to scream on the internet. – Tomas Lycken Aug 24 at 21:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.