Object doesn’t support this property or method
Posted by Jeevan on 15 May, 2009
2 Comments
This item was filled under [ C++ ]
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?
Solution:
Simple [...]