Strange Case of the missing method: SXS and Controls.Add results in “object doesn't support this property or method”?
问题 I have a project written in VB6 that uses a UserControl, The project runs fine when the OCX is registered, but if I run the same project with a side by side manifest it results in an error. I can use the Control with no problem as long as it's loaded statically (added before on the form) but if I add a dynamic control to form on any use of the new control (property or method) I get this error: Object doesn't support this property or method This error can be reproduced this way: Create an OCX