Problem:

You may come across this Error if you were working on Visual Studio 2005 (which I was working on) or 2008 with Internet Explorer 8 (IE8) and trying to run some VC++ Wizards. This is due to security warning using Microsoft Active X Controls. For some reason, Microsoft Active X controls are marked as unverified?

Object doesn’t support this property or method

Object doesn’t support this property or method

Solution:

Simple word-around for this to edit your registry and add a key / data as follows

Run your Registry and Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones

If there is no key (A folder inside Zones) called “1000”, create a new key Called “1000” and create the following DWORD 1207. Set its Value to 0×000000 (HEX).

Well, this worked for me… Hope this helps you too…

Tagged with:
 

4 Responses to Object doesn’t support this property or method

  1. ryocchin says:

    Thanks for the post!
    It worked for me too.

    and saved me a great amount of time!!

  2. Sameera says:

    thnks a lot
    i spent 2,3 days tof fix this
    thank you very much

  3. fares says:

    Thanks man,
    that save me time …

  4. Charles says:

    Thanks. This saved me a lot time.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Set your Twitter account name in your settings to use the TwitterBar Section.