I refer to a previous post Tridion 2009 Template Publishing Failure where I explained that our system was crashing apparently randomly during mass-publishing.
We're using XSLTMediator & all our templates are based around the TemplateBase
solution
I've been advised that the error may be related to Garbage Collection / COM+ - I think it's a bit of a red herring, the TemplateBase solution implements IDisposable
explicitly which should take care of all GC/COM+ nastiness? (unlike in the VBScript days of Set obj = Nothing to avoid memory leaks)!
Thanks.