bezzad / ErrorControlSystem

ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
http://bezzad.github.io/ErrorControlSystem/
GNU General Public License v3.0
32 stars 14 forks source link

Analyzer Some Times Throw Duplicate Exception #46

Closed bezzad closed 9 years ago

bezzad commented 9 years ago

Some times the ErrorLogAnalyzer throw NullReferenceObjectException from this path: DbConnectionManager.ConnectionCollection.Find(string connectionName)
at CountDbRecords at LogReader' form attimer_tick(object sender, EventArgs e)` ...

bezzad commented 9 years ago

When pass the name as Null value then throw that exception.