Sample application crashed
Posted: Wed 09 Nov 2011 13:14
I just downloaded a trial and start the C# sample app. It started fine, but nothing really happened so I clicked around a bit. After a short period and while I was doing something else (I started browsing the installed file for the crm sample data to create) the sample app crashed.
Here is the stacktrace:
A first chance exception of type 'System.InvalidOperationException' occurred in Devart.Data.Oracle.dll
System.Transactions Critical: 0 : http://msdn.microsoft.com/TraceCodes/Sy ... dUnhandled exceptionLinqDemo.vshost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at Devart.Common.DbConnectionPoolGroup.a(DbConnectionPool A_0)
at Devart.Common.DbConnectionPoolGroup.a(Object A_0)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)System.NullReferenceException: Object reference not set to an instance of an object.
at Devart.Common.DbConnectionPoolGroup.a(DbConnectionPool A_0)
at Devart.Common.DbConnectionPoolGroup.a(Object A_0)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)
Such a rapid crash doesn't really create a high level of trust in your component, so I'm writing to you to see if there is a simple explanation of why this happened. I did not create any specific databases for the sample app, did not configure any connection strings or anything similarly so it may be entirely my fault. I'll just like to know what exactly went wrong so I go start from there...
Best regards
Soren
Here is the stacktrace:
A first chance exception of type 'System.InvalidOperationException' occurred in Devart.Data.Oracle.dll
System.Transactions Critical: 0 : http://msdn.microsoft.com/TraceCodes/Sy ... dUnhandled exceptionLinqDemo.vshost.exeSystem.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Object reference not set to an instance of an object. at Devart.Common.DbConnectionPoolGroup.a(DbConnectionPool A_0)
at Devart.Common.DbConnectionPoolGroup.a(Object A_0)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)System.NullReferenceException: Object reference not set to an instance of an object.
at Devart.Common.DbConnectionPoolGroup.a(DbConnectionPool A_0)
at Devart.Common.DbConnectionPoolGroup.a(Object A_0)
at System.Threading._TimerCallback.TimerCallback_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading._TimerCallback.PerformTimerCallback(Object state)
Such a rapid crash doesn't really create a high level of trust in your component, so I'm writing to you to see if there is a simple explanation of why this happened. I did not create any specific databases for the sample app, did not configure any connection strings or anything similarly so it may be entirely my fault. I'll just like to know what exactly went wrong so I go start from there...
Best regards
Soren