MOD2000: How to Deploy Office Web Components with a Team Solution (249586)



The information in this article applies to:

  • Microsoft Office 2000 Developer

This article was previously published under Q249586

SUMMARY

When you deploy a team solution that includes Microsoft Office Web Components (chart, pivot table, an so on) be sure to:
  • set each Web component's EnableEvents property to False (to suppress error messages).
  • point each Web component to the proper server and database.
Otherwise, Web components still point to the development server and database and will cause error messages.

MORE INFORMATION

When you design the team solution, modify the EnableEvents property for each Web component:
  1. Add the Office Web component to the page.
  2. Click the Web component. On the View menu click Properties.
  3. Click the Other tab.
  4. Change the EnableEvents property to False.
After you deploy the team solution:
  1. Edit each page with an Office Web component on it.
  2. Click each Web component. On the Edit menu click FieldList.
  3. Right-click, and then click Connection.
  4. On the Connection tab, type the deployment server and database names. Note that the server and database names default to the original development server and database names.

Modification Type:MajorLast Reviewed:7/31/2001
Keywords:kbhowto kbWorkFlowDesigner KB249586