.NET Fight data recorder? (Error logging type stuff)

  • Thread starter Thread starter Smokey Grindel
  • Start date Start date
S

Smokey Grindel

Is there anything out there that is like a "flight data recorder" for .NET
applications that can record say the last 30 seconds of stuff in the
application by a user? I am trying to find something to help track down
errors in beta builds of our internal apps, and some errors the users just
don't tell us enough information on... MS put something like this in Windows
7 with the "recorder" feature which is manual, but I want something that
happens behind the scenes from the user... any thing out there like this?
thanks!
 
well our specific problem I asked about it before here and never got
anything out of it... it's a very weird problem, which I think is caused by
our DevExpress controls but they claim its not them..... I keep getting this
error System.InvalidOperationException: Invoke or BeginInvoke cannot be
called on a control until the window handle has been created. randomly when
the app closes, yet we do not use threading or invoking in the code we
wrote... but it only seems to happen in weird situations, but never got any
way to reproduce it and was hoping with more detailed info I could figure it
out.. this is the stack trace we get
 
Back
Top