Object doesn’t support this property or method
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
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…
4 Responses to Object doesn’t support this property or method
Leave a Reply Cancel reply
Recent Comments
- Charles on Object doesn’t support this property or method
- Lucas on PHP : get Request protocol Http or HTTPS
- Chris on Split & Concat Snow Leopard Error : (-2753) The variable thePanel is not defined
- Get url with protocol, http or https – Richard Choi on PHP : get Request protocol Http or HTTPS
- daGrevis on PHP : get Request protocol Http or HTTPS








Thanks for the post!
It worked for me too.
and saved me a great amount of time!!
thnks a lot
i spent 2,3 days tof fix this
thank you very much
Thanks man,
that save me time …
Thanks. This saved me a lot time.