Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Web Controls are ActiveX!?


Message #1 by "Aaron Chavez" <achavez382@w...> on Mon, 26 Aug 2002 18:52:51
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

   
Message #2 by "Aaron Chavez" <achavez382@w...> on Tue, 27 Aug 2002 00:36:51
These web controls.

http://msdn.microsoft.com/library/default.asp?
url=/workshop/webcontrols/webcontrols_entry.asp

  Return to Index