示例#1
0
 void LoadMetaDirectory()
 {
     // Not explicitly specified. Take a guess:
     DbDirectory = AppDomain.CurrentDomain.WebsiteRoot().Parent.GetSubDirectory("DB");
     if (!DbDirectory.Exists())
     {
         throw new Exception("Failed to find the DB folder from which to create the temp database.");
     }
 }