MOD2000: Chart or PivotTable Objects Cause Deployment Problem (248336)
The information in this article applies to:
- Microsoft Office 2000 Developer
This article was previously published under Q248336 SYMPTOMS
If you try to deploy a new solution whose template contains a data access page that has a Chart or a PivotTable control on it, the New Team Solution Wizard may appear to stop responding, or deployments may be very slow.
CAUSE
The DCOM component, modTBAD, opens the solution HTML pages by using the MSHTML control in a mode without a user interface. The Chart and PivotTable controls, by default, try to display their user interface anyway. Because modTBAD does not have a user interface, and the controls still try to show a user interface (the DisplayAlerts property is set to True by default), the solution appears to stop responding.
RESOLUTION
If you intend to deploy a data access page with a Chart or PivotTable control on it, do the following: - Set the DisplayAlerts property of each Chart or PivotTable control to False. The DisplayAlerts property is located on the Other tab. You do not have to set this on the Workflow Toolbar control.
- Test the data access page with a Microsoft Windows NT account that does not have access to the original source database. If this test user does not have access to the original source database, and the data access page appears and functions properly, you should be able to successfully deploy the page.
Modification Type: | Major | Last Reviewed: | 7/31/2001 |
---|
Keywords: | kbbug kbWorkFlowDesigner KB248336 |
---|
|