Activity overview
Latest activity by pcorkum
Error when profiling COM+ in Windows 2008 R2
I cannot seem to figure this problem out and am finding little information on the web concerning the error that I am getting. I am using Windows Server 2008 R2 and attempting to profile a COM+ appl...
maheshws is showing the same error that I am. It is very simple to recreate the problem using a sample application. Create a C# application with 2 classes that implement ServicedComponent. Have a single method in each and add the comvisible attribute and set it to true. Also set the ObjectPooling attribute on the class to have a MinPoolSize other than 0 set on each. Build, run regsvcs and then try to profile it. If you set one or both to have a minpoolsize of 0, it works just fine. / comments
maheshws is showing the same error that I am. It is very simple to recreate the problem using a sample application. Create a C# application with 2 classes that implement ServicedComponent. Have a s...
ASP.NET profiling timeline not correct
We are profiling an ASP.NET application using IIS 7 in Windows Server 2008. I can profile performance just fine and everything seems to work fine in the root fodler of the application. However, whe...
COM+ performance profiling error
I've been trying to do performance profiling of COM+ and have kept running into a "COM Surrogate" error every time I try and start a profiling session. What I have found is that if I have more than...