0

I'm using SQL Server 2005 and Visual Studio 2010.

So, the problem... When I try to add a new data connection to Visual Studio I receive the folowing error message:

Unable to add data connection. Could not load file or assembly 'Microsoft.Sql.Server.Management.Sdk.sfc, Version = 10.0.0.0, Culture=neutral,PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

2
  • How are you adding the data connection? Commented Jan 12, 2014 at 20:47
  • Can you post your connection string? You connected to existing SQLServer or just to the datafile? Commented Jan 12, 2014 at 22:30

1 Answer 1

1

SQL Server 2005 is version 9.00 and the message above point to SQL Server 2008(Ver10.00) for what its worth. ;)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.