Unable to use profiler
dpthayer
Posts: 3
Wheneever I try to run my application in profiler I get the error 'isabellesharp.exe has stopped working' and am given the choice of closing the proram or debugging. Why doesn't the profiler run the exe?
Comments
I'm afraid I don't know the answer based on the information. If you are getting the standard Windows crash dialog, you can click the "view details" and "see what this report contains" buttons and try to at least see what type of exception has occurred.
We have got patches for "InvalidProgramException" and "AccessViolationException" that may help, if you are getting these types of exceptions in your program when you profile it.
David Thayer
I guess you could try using fast mode and see if that prevents the crash if it's becoming unresponsive. Fast mode can potentially make .NET code 10 times faster when profiling because it allows JIT optimizations.