-
I added an
.mdffile through Visual Studio. I am trying to attach it to SSMS but it gives error. How to attach it? Do I always need to create them through SSMS? -
I created an
.mdfthrough SSMS and the physical path was of myDataDirectoryof my application. It is running fine. Now I need to make Setup of this application.a) Am I supposed to add this database to my setup project? If yes, does my user need to attach it manually to the instance of SQL Server? My connection string uses
MyServer\SQLExpressb) I tried to add this database to setup project but it says you need administrator rights for this. What is that? How to set it up? I am already using computer with administrator rights.
Please reply as I have put up the questions point wise.
Thanks a lot.
Issue resolved….. There was a version conflict.
Thanks every body.