Comments
1 comment
-
Profiling can be a dramatic procedure- as far as your process is concerned- it can cause crashes, exacerbate race conditions, break security. You shouldn't be surprised to see some kind of failure mode turn up every now and again.
If you *really* want to know what happened here- we could always debug the entire process, analyse a full memory dump - with symbols- and take a wild stab but the quickest thing to get you *some* results is to bypass the problem.
Can you try again but this time using the sampling mode of profiling?
Here's some more info on this:
http://documentation.red-gate.com/displ ... iling+mode
Add comment
Please sign in to leave a comment.
I am using NHibernate to access the database and the application crash on the return line.
Error message:
System.InvalidOperationException: Sequence contains more than one matching element
When i set the profiler, i select only one project, but this is a big solution with dozens of projects inside, this piece of code above is a repository project.