Receiving below error message in Visual Studio 2008 while creating a connection for database.
could not load file or assembly 'microsoft.sqlserver.management.sdk.sfc ,Version=10.0.0.0, Culture=neutral,PublicKeyToken=89845dcd8080cc91' or one of its dependencies.
The system cannot find the file specified.
I am trying to create database internally i.e. .mdf file and store it in the App_data folder.
But I'm not able to create the connection.
Please help me to sort out the issue quickly.