Pivot Table showing white square instead of component on some PCs

R

rich

Hi,

I have developed a pivottable application in ASP.NET and am using the code

<object id="pivot"
classid="CLSID:0002E520-0000-0000-C000-000000000046"></object>

to show the pivot table on the apsx page, on some PCs this results in the
page showing white square instead of component. Is this due to the CLASSID
not being recognised or a security issue not loading the component?

All the PCs have Office 2000 or higher installed on them.
 
L

Lautlos

Hello,

The classid="CLSID:0002E520-0000-0000-C000-000000000046" you are using
specifies the OWC9 PivotTable AveX Control. So the Office Web Components 9
(the ones shipped with Office2000) have to be installed.

Make sure, that on alle Computer with Office2K the OWC9 are installed (via
the Offive Setup) and on all Computers with a newer Office Controls with that
ID are registered in the Registry.

If they are missing, install them from a Office2000 Professional or Premium,
or better a newer Version from Microsoft. Mind the Licencing Issues.

Clear skies,
Lautlos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top