Hello,
We have a server that has IISReset scheduled each night. Sometimes, we have an error the first time since the iisreset Aspose.Words is called from a .NET class (CCDocumentos):
26/04/2010 7:26:10
Error en el constructor. No se pudo instanciar ASPOSE.
Error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.ArrayList.Add(Object value)
at Ֆ.௉.௬()
at Õ–.௉.௙(Stream ×)
at Ֆ.௉.௙(String ௚, Assembly ௛)
at Aspose.Words.License.SetLicense(String licenseName)
at CCDocumentos.clsAWord..ctor()
And then:
26/04/2010 7:27:06
Error en el constructor. No se pudo instanciar ASPOSE.
Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Õ–.௉.௙(Stream ×)
at Ֆ.௉.௙(String ௚, Assembly ௛)
at Aspose.Words.License.SetLicense(String licenseName)
at CCDocumentos.clsAWord..ctor()
And we cant invoke CCDocumentos. We have to kill W3WP.exe and then ASPOSE.Words works without problem.