When I try to generation for all tables in the database I get an OutOfMemoryExcpetion Error. If I run 10 tables at a time, everything works fine. I modified my templates to add some functionality. Here is the entire error message. Does anyone have any suggestions?
----
OutOfMemoryException
Void EngineExecuteCode(Zeus.IZeusCodeSegment, Zeus.IZeusContext)
Exception of type 'System.OutOfMemoryException' was thrown.
at Zeus.DotNetScript.DotNetScriptExecutioner.EngineExecuteCode(IZeusCodeSegment segment, IZeusContext context)
at Zeus.ZeusExecutioner.ExecuteCode(IZeusExecutionHelper helper, IZeusTemplate template, IZeusContext context, ArrayList templateGroupIds)
at Zeus.ZeusExecutioner.ExecuteCode(IZeusExecutionHelper helper, IZeusTemplate template, IZeusContext context, ArrayList templateGroupIds)
at Zeus.ZeusExecutioner.ExecuteCodeSegment(IZeusCodeSegment segment, IZeusContext context)
at Zeus.ZeusCodeSegment.Execute(IZeusContext context)
at MyGeneration.TemplateBrowser.ExecuteTemplate(ZeusTemplate template)
