| Author |
Message |
jderose9
Joined: 19 Nov 2009 Posts: 1
|
Posted: Thu Nov 19, 2009 5:41 pm Post subject: Exception starting new Profiling session |
|
|
I am trying to profile a .Net 1.1 web app using IIS and I am running into an exception. The profiler appears to restart IIS succesfully, but then I receive this message:
Creating an instance of the COM component with CLSID {0002DF01-0000-0000-C000-000000000046} from the IClassFactory failed due to the following error: 80004005.
System.Runtime.InteropServices.COMException
at eY.a(Boolean )
at eY.a(Uri )
at eZ.LaunchFrontEndProcess()
at RedGate.Memory.Controller.Session.ProfilerSession.h()
at RedGate.Memory.Controller.Session.ProfilerSession.i() |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6369 Location: Red Gate Software
|
Posted: Mon Nov 23, 2009 12:19 pm Post subject: |
|
|
Hello Jason,
The CLSID referenced in the error message is the Internet Explorer component, so the problem is that ANTS Memory Profiler is trying to launch a new instance of IE as a test harness and it cannot create the IE object that it needs.
You should be able to fix this by registering the IE COM component from a command prompt:
| Quote: |
| regsvr32 shdocvw.dll |
_________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group