Operation could destabilize the runtime
cedric.petter
Posts: 3
Hello
I use Ants Profiler since some years to profile SharePoint and everything is fine.
But since version 8.2 I'm not able to profile SharePoint 2013.
Each time I "start profiling" the system will start correctly and then I have "Operation could destabilize the runtime" error in SharePoint.
Everything works fine if I don't use ANTS Profiler !
Does someone has the same problem?
Regards
Cédric
I use Ants Profiler since some years to profile SharePoint and everything is fine.
But since version 8.2 I'm not able to profile SharePoint 2013.
Each time I "start profiling" the system will start correctly and then I have "Operation could destabilize the runtime" error in SharePoint.
Everything works fine if I don't use ANTS Profiler !
Does someone has the same problem?
Regards
Cédric
Comments
// Uncomment the following SecurityPermission attribute only when doing Performance Profiling on a farm solution
// using the Instrumentation method, and then remove the SecurityPermission attribute when the code is ready
// for production. Because the SecurityPermission attribute bypasses the security check for callers of
// your constructor, it's not recommended for production purposes.
// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Assert, UnmanagedCode = true)]
Thanks for your answer.
But I don't know where I have to uncomment this code !
I don't have this in all my code !
Regards