This commit is contained in:
Kathy Ruffing 2012-04-09 13:35:45 +00:00
parent dc1af0b0f3
commit aa628ce3de

View File

@ -208,6 +208,7 @@ namespace VEPROMS.CSLA.Library
string rofstfilepath = rdi.FolderPath + @"\ro.fst"; string rofstfilepath = rdi.FolderPath + @"\ro.fst";
DirectoryInfo di = new DirectoryInfo(rdi.FolderPath); DirectoryInfo di = new DirectoryInfo(rdi.FolderPath);
if (!di.Exists) return null; if (!di.Exists) return null;
if (!File.Exists(rofstfilepath)) return null;
// check if this rofst has been loaded, i.e. dts on file versus dts in db... // check if this rofst has been loaded, i.e. dts on file versus dts in db...
// if so, just make association with docversion. // if so, just make association with docversion.