Problem after uninstalling ANTS profiler

jaijai Posts: 2
Hi,

After trying to run ANTS profiler, it kept giving me errors, I uninstalled it.
Now I am unable to run my application in IE7 from localhost but it works in firefox. I would like to know what changes ants make in IIS or IE7 if it crashes or does not comletes any process.
I would like to know to make IE7 work with this application.
Also this application works in asp.net development server on the same machine.
Please help

Thanx

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    The only interaction ANTS Profiler has with Internet Explorer is to try to monitor some of its' event handlers like onQuit(). If it fails to get a hook into this handler, it tries to correct the problem by registering the browser component (regsvr32 shdocvw.dll). As far as I know, this doesn't affect browser operation, it should only affect programs that integrate Internet Explorer into their application.

    In my experience, though, Internet Explorer is a fragile piece of software so this may have had some knock-on effect. You can try registering the web browser component again as above. If you have any more specific information about the IE problem, I can have a quick look into it.
Sign In or Register to comment.