Activity overview
Latest activity by ccundy
Program locks up after Resting Profiler
I noticed this problem in previous versions of ANTS Profiler and ocasionally I am running into it with V3 Beta.
When I get mid-way through my application and click on the Reset button on the ANTS I...
I'll send them.
Cory / comments
I'll send them.
Cory
Richard,
How would you like me to get you the log files from the Logs directory I created in the ANTS Profiler 3 folder. I just received the error again.
<ExceptionType>System.AccessViolationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType>
<Message>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</Message>
<Source>Regis.Framework.WinForms</Source>
Cory / comments
Richard,
How would you like me to get you the log files from the Logs directory I created in the ANTS Profiler 3 folder. I just received the error again.
<ExceptionType>System.AccessViolationExcept...
I can profile in Fast mode fine and then re-run a compile with Detail mode without touching the application and it will fail. I usually get the "Failed to load module from assembly MyAssembly, Version=0.5.0.6, Culture=neutral, PublicKeyToken=null. Error was:
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.", but sometimes the Invalid program.
I will see if I can send a build version of the app. The problem is that it is a very large app with a variety of dependencies. / comments
I can profile in Fast mode fine and then re-run a compile with Detail mode without touching the application and it will fail. I usually get the "Failed to load module from assembly MyAssembly, Vers...
AccessViolationException and InvalidProgramException
I have tried to use the v3 Beta to get around the AccessViolationException and InvalidProgramExceptions that I was receiving in version 2 and am still getting these errors.
The Message of the Inval...