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

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!
 
S

Smokey Grindel

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top