How to manually remove 3rd Party profiler from .Net

Jack Ryan 1 Reputation point
2021-07-08T15:38:33.327+00:00

After uninstalling a 3rd Party profiler for a IIS 10 / ASP.Net deployment, the profiler assemblies were still on disk connecting to my app pools. I finally deleted all files and removed all registry entries to purge the system, which worked. Now in the Application Event Log I see this:

.NET Runtime version 4.0.30319.0 - Loading profiler failed during CoCreateInstance. Profiler CLSID: '{e2338988-38cc-48cd-a6b6-b441c31f34f1}'. HRESULT: 0x8007007e. Process ID (decimal): 6504. Message ID: [0x2504].

I deleted all references to that GUID, it doesn't exist anywhere in the registry. Where do profilers register with .NET?

Thanks

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,157 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Barker 801 Reputation points
    2021-07-08T22:21:59.497+00:00
    0 comments No comments