Hello,
I have a small PB .NET application which is failing randomly with the following error logged in the Event Viewer of the Server. Can anyone help me analyze what could have caused this?
I have logs writing from the application at the very first line of the OPEN event, but nothing gets written, the application doesnt even start.
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException at Sybase.PowerBuilder.Win.PBSession..cctor()
Exception Info: System.TypeInitializationException at Sybase.PowerBuilder.Win.PBSession.CreateSession(System.Type, System.String)
at PBApplicationEntryPoint.Main()