Hi,
I can now add projects, assign users, etc...
I am now investigating the database side of this project. It seems the data is being save in sql server .mdf file
There is now a TimeTracker.mdf in the data folder of sql server but I can NOT create this database in the object explorer using attach database.
When doing this in sql 2005 by right click, new database; this is the error I get:
create database failed. some file names listed could not be created. Check related errors. Can not create file 'c:\program files\...\TimeTracker.mdf' because it already exists. change the filepath or the file name, and retry the operation.
Note that there is a .mdf file in the above path already and I would
like to use that as the database.
So I try to attached this .mdf file, and I get this error when attaching it:
create file encouontered operating system error 32(error not found) while attempting to open the physical file 'c:\program files\TimeTracker.mdf' (Error 5123)
Any suggestions please?