Changed ROImage to use GetJustROImage so that the ROFST lookup is not loaded for each ROImage.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user