Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

i want to install c# windows application.
i have installed .net framework 3.5 & sql server 2005 in the system.
and i have used connection string as
(cn = new SqlConnection(@"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Demo_DB.mdf;Integrated Security=True;User Instance=True");


but i am getting error as mentioned below :

cannot create file 'c:\default company name\hotelsetup\newhotel_log.ldf' because it already exists.<br />
change the file path or the file name. and retry the operation.<br />
could not open new database 'newhotel'. create database is aborted.<br />
cannot attach the file 'c:\default company name\hotelsetup\newhotel.mdf' as database 'newhotel'<br />
file activation failure. the physical file name 'E:\c#.net\....' may be


can anyone please give me the solution?

i have database in bin folder as well as in project folder.


thanks in advance
Posted
Updated 1-Feb-13 21:17pm
v2
Comments
[no name] 2-Feb-13 3:07am    
Delete c:\default company name\hotelsetup\newhotel_log.ldf

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900