Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/08/08 22:54:02 (16 years ago)
Author:
gkronber
Message:

created a branch for changes needed to run HL3 on Mono 2.0
(ticket #298)

Location:
branches/HL-3.2-MonoMigration
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/HL-3.2-MonoMigration/HeuristicLab.CEDMA.Server/ServerForm.cs

    r556 r638  
    4646    private Database database;
    4747    private Store store;
    48     private static readonly string dbFile = AppDomain.CurrentDomain.BaseDirectory + "/test.db3";
     48    //private static readonly string dbFile = AppDomain.CurrentDomain.BaseDirectory + "/test.db3";
     49    private static readonly string dbFile = AppDomain.CurrentDomain.BaseDirectory + "/debugging.db3";
    4950    private static readonly string connectionString = "Data Source=\"" + dbFile + "\";Pooling=False";
    5051    private static readonly string rdfFile = AppDomain.CurrentDomain.BaseDirectory + "rdf_store.db3";
     
    8687      InitDatabase();
    8788      InitRdfStore();
    88       InitRunScheduler();
     89      //InitRunScheduler();
    8990
    9091      host = new ServiceHost(database, new Uri(addressTextBox.Text));
Note: See TracChangeset for help on using the changeset viewer.