This commit is contained in:
2010-09-24 12:29:58 +00:00
parent 6604321362
commit ddacbd431f
5 changed files with 45 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ using vlnObjectLibrary;
using vlnServerLibrary;
using VEPROMS.CSLA.Library;
using Config;
using Volian.Base.Library;
namespace DataLoader
{
@@ -80,13 +81,19 @@ namespace DataLoader
{
try
{
#if DEBUG
_FmtAllPath = @"c:\development\fmtall";
_GenmacAllPath = @"c:\development\genmacall";
#else
_FmtAllPath = vepromspath + @"\fmtall";
_GenmacAllPath = vepromspath + @"\genmacall";
#endif
//#if DEBUG
if (VlnSettings.DebugMode)
{
_FmtAllPath = @"c:\development\fmtall";
_GenmacAllPath = @"c:\development\genmacall";
}
//#else
else
{
_FmtAllPath = vepromspath + @"\fmtall";
_GenmacAllPath = vepromspath + @"\genmacall";
}
//#endif
frmMain.Status = "Make Connection";
// make the initial database connection record, annotation types & top
// system folder.