I had some nasty malware on my computer yesterday.

The malware mimicked a windows security alert. Any time an executable tried to start, the malware would shut the new process down and pop up a little tooltip saying it was harmful. I couldn't even bring up task manager in non-safe-mode.

I was able to remove the malware using MalwareBytes and am now able to run processes.

However, it seems that any time I launch something, and possibly at random times, the Visual Studio Debugger comes up pops up with the unhandled exception:

"Object doesn't support this property or method"

The exception originates from different executables (most frequently svchost.exe).

Is this a residual effect from the malware, or is the malware still installed? How can I fix it so that it's not still trying to run the quarantined code?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

I think installing internet explorer 8 fixed this. Don't ask me why I tried that.

link|improve this answer
If this solved your problem, please accept is as answer. – AndrejaKo Mar 18 '11 at 9:59
feedback

I think that the virus infected some dll that other apps needed - IE 8 installed a new version.

Using sfc /scannow would likely fix the issue by checking system files against what's on the installer cd.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.