Activity overview
Latest activity by Marius
I tryed to login with the Email-Address but I get the message "There's no Red Gate ID with that email address."
Isn't it the same account like the account for this forum?
Have I to register with my Email-Address? / comments
I tryed to login with the Email-Address but I get the message "There's no Red Gate ID with that email address."
Isn't it the same account like the account for this forum?
Have I to register with my...
Hello Jessica,
I'm profiling a C# application on .NET 4.
I'm sorry for my late answer. I tryed to reconstruct the problem in a simple application with a thread, but there it done all right, how I tryed to do it in our program.
Next I tryed it with the Visual Studio Performance Profiler from Microsoft, and this seems to works fine.
Nevertheless i can send you the profiling session from our program, but i dont see any "Upload Button" here in the forum. How can I send you this?
Thanks for your help. / comments
Hello Jessica,
I'm profiling a C# application on .NET 4.
I'm sorry for my late answer. I tryed to reconstruct the problem in a simple application with a thread, but there it done all right, how I t...
Thank you for your reaplay!
Yes I started "Attach to .NET 4+ process" on the process at first time I started it. So there shouldn't be the problem.
I done this and it shows me what I expected, the right name of the Thread and everything I need to know. The problem is, we don't know exactly when the real problem is occuring. So we need the performance profiler in case that the problem is occuring:
- Someone uses the program
- Anytime the program has the problem with 100% CPU load
- We want to start profiler and attach it to the thread to see, whats happened.
Thank you. / comments
Thank you for your reaplay!
Yes I started "Attach to .NET 4+ process" on the process at first time I started it. So there shouldn't be the problem.
I done this and it shows me what I expected, the ...
"Thread blocked" unable to see
Hello,
we have a problem with a program, which is that sometimes there is a 100% CPU load.
So I tried to reconstruct this problem with a endless loop in a new thread.
Now I want to see, that the Pe...