problem creating entity data model
Hi, I'm using Visual Studio 2013 and SQL Server 2012 Enterprise Edition....
I've write a few web applications and all of them works fine...
Now I want build a new one with visual studio 2013... I choose Empty Web Application... then I want to create a entity data model from its wizard...
I simply click on add new item, ado.net entity model and etc...
since I created a database in SSMS before, I want to use database first solution...
here is my problem :
when I want to add database from wizard, it says "this file is in use. enter a new name or close the file that's open in another program"
so I have to go to SSMS and bring (Take) Offline my database...
now when I select database in visual studio and entity model wizard, this problem solved and I got new one!
it says " can't open database ((path database)) requseted by the login. The login faild.
login faild for user "((Pc Name and User))"
help me please...
thanks in advance...
Last edited by Kourosh94; December 7th, 2013 at 04:15 PM..
|