mscoree.stat file?

  • Thread starter Thread starter dotnetideas
  • Start date Start date
D

dotnetideas

I am trying to use mscoree.stat to report the performance of our
application. I can see the file was generated after I terminated the
application. However, it was empty and it was still locked. I tried it
on a simple application, it seems working fine. My question is what
would prevent it being written? Thank you.
 
Your app crashed
Still running in the background
Started more than managed app at the same time

Cheers
Daniel
 
Daniel said:
Your app crashed
My app didn't crash before I kill it in Memory->Running Program
Still running in the background
Since I am terminating it from Memory->Running Program, I don't see how
would it be running.
Started more than managed app at the same time
No, there is just one app.

However, our app is calling unmanaged code. Is that a problem?
Thank you for your response.

Chris
 
How about terminating the app normally - the EE probably only writes the
data on normal termination and closing it from the "Running Programs" applet
is definitely not normal.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
Back
Top