Topic: Unhandled exception in SmartInspectLinqToSqlAdapter.Write method
Hello,
I make heavy use of the LINQ logging feature. From time to time, i get the following exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Gurock.SmartInspect.LinqToSql.SmartInspectLinqToSqlAdapter.Write(String value)
at Devart.Data.Linq.Provider.DataProvider.LogCommand(IDbCommand dbCommand)
at Devart.Data.Linq.Provider.DataProvider.ExecuteQuery(CompiledQuery compiledQuery, Object[] parentArgs, Object[] userArgs, Object lastResult)
at Devart.Data.Linq.Provider.DataProvider.ExecuteAllQueries(CompiledQuery compiledQuery, Object[] userArguments)
Devart is my LINQ to Oracle provider.
The exception is not so frequent. In hundreds of query logs, 1 is faulted. Can you make something out of this?
