office-web-components

OWC PivotTable toolbox item grayed out for WebForm

I'm trying to build a Pivottable on a webform in vb.net 2005 using OWC. I have added the Pivottable item to the toolbox, but it is grayed out and so I cant use it. If I develop a Winform instead of a Webform then the toolbox items are there and work correctly. ...

Office web component 11 - ActiveX component cant create object

I have an classic ASP application which calls a VB6 activeX dll component. The DLL uses Office web component(v11.0) to create spread sheet. I'm getting an error when i try to create an instance of OWC11 Spread sheet. Dim oSS As OWC11.Spreadsheet Set oSS = New OWC11.Spreadsheet -- ActiveX component can't create object(error id 429) T...