I'm desinging an app, ASP pages in frames. One frame page has a
horizontal split, the top page holding a WebControl toolbar with a couple
of buttons and a drop-down, the bottom page holds the page chosen with the
toolbar.
Before using the toolbar, I had an ASPX with standard controls. When
viewing the pages in the framepage (html) in design mode, everything
showed up as expected, index on the top, default content on the bottom.
When I introduced the toolbar, the design-time page in the top frame
produced an error (that showed up in the 'application' property) of...
The GetValue operation on the component failed with the error code
0x8002005.
OK, fine. Components in unsupported beta, a little creaky t/here. But
8000xxxx errors are COM errors, right? So I click the elipse in the
application property and get this (partial) stack...
The GetValue...0x8002005 in
Win.Frm..Com2Interop.Com2PropertyDescriptor.GetNativeValue(...)
Win.Frm..Com2Interop.Com2PropertyDescriptor.GetValue(...)
Win.Frm..PropertyGridInternal.PropertyDescriptorGridEntry..()
Anybody else see this? It looks like the error is coming back from the
designer, not necessarily the component, but are these in reality ActiveX?
achavez382