This commit is contained in:
@@ -40,9 +40,7 @@ namespace DataLoader
|
||||
if (convertProcedures)
|
||||
{
|
||||
_OutTran = new OutsideTransition(cn);
|
||||
// load rofst (use it later)....
|
||||
DocVersionInfo dvi = DocVersionInfo.Get(docver.VersionID);
|
||||
rofst = new ROFST(pth + "\\ro.fst",dvi);
|
||||
MigrateROFST(pth, docver);
|
||||
// Migrate library documents
|
||||
MigrateLibDocs(cn, pth);
|
||||
// Initialize Dictionaries
|
||||
@@ -65,7 +63,7 @@ namespace DataLoader
|
||||
ShowMissingTransitions();
|
||||
log.InfoFormat("Completed Migration of {0}", pth);
|
||||
MessageBox.Show("Completed Migration of " + pth);
|
||||
rofst.Close();
|
||||
if (rofstinfo != null) rofstinfo.ROFSTLookup.Close();
|
||||
dicTrans_ItemDone.Clear();
|
||||
dicTrans_ItemDone = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user