HarmonyHacks / Dahlia

Retreat waiting list management system
19 stars 3 forks source link

Help! Can't run locally #3

Closed jcbozonier closed 13 years ago

jcbozonier commented 13 years ago

I get the following error when starting the app up:

An attempt to attach an auto-named database for file C:\code\Dahlia\src\Dahlia\App_Data\Dahlia.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.

I don't have Dahlia.mdf at that location... should I?

SaintGimp commented 13 years ago

Check Bilson's comments on https://github.com/HarmonyHacks/Dahlia/commit/3b5e6baa9757882a2ad2c6cd6c5123429712bcce. You need to create the db in Visual Studio. Not sure if the .mdf file could be checked in then .gitignored.

jcbozonier commented 13 years ago

Thanks! Easy enough... Now I just gotta get these bed codes injected into the app..

Adron commented 13 years ago

After that you'll have to add the beds available I believe. There is a script to build the bed data (i.e. inserts) in the root directory of the git repo.