Changed ROImage to use GetJustROImage so that the ROFST lookup is not loaded for each ROImage.

This commit is contained in:
Rich
2017-05-24 13:00:33 +00:00
parent 26ad9239f2
commit aa21c16ebb
6 changed files with 77 additions and 5 deletions

View File

@@ -273,7 +273,7 @@ namespace VEPROMS.CSLA.Library
}
public virtual ROImage Get()
{
return _Editable = ROImage.Get(_ImageID);
return _Editable = ROImage.GetJustROImage(_ImageID);//Don't load figures or ROFST - Causing Memory Crash
}
public static void Refresh(ROImage tmp)
{