hi,
im trying to save a word template with an action pane as a Word
document without the customization. i use the RemoveCustomization()
method for that. when opening the saved document - i get a "Choose
XML Expansion Pack" dialog box that shows me the available xml
expantion packs ("MyActionPane" and "No expansion pack" (which is
selected)). how do i get rid of that dialog box.
thanks
Maarten van Stam [MVP VSTO] - 06 Mar 2007 10:58 GMT
Have a look at this thread:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=434897&SiteID=1
object reference = "ActionsPane";
XMLSchemaReferences.get_Item(ref reference).Delete();
-= Maarten=-
MVP - Visual Developer - VSTO
http://blogs.officezealot.com/maarten
> hi,
> im trying to save a word template with an action pane as a Word
[quoted text clipped - 4 lines]
> selected)). how do i get rid of that dialog box.
> thanks
offa - 06 Mar 2007 11:34 GMT