This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user