multiple windows

I created a new Word document project. I have added action pane with a simple MonthCalender in it and it is working perfectly. Then I have added a datasource from AdventureWorks database. Still everything worked just fine. But when I dragged field from the datasource into the document it fails to load with the following error:

"You are currently viewing this document in multiple windows. To attach an XML expansion pack, you must first close all additional windows so that you are viewing the document in only one window."

What does this dialog box mean? How am I supposed to use the datasource?

Thanks,
Martin Kulov
http://www.codeattest.com/blogs/martin

[788 byte] By [MartinKulov] at [2008-2-11]
# 1

Hi Martin,

This issue has been reported and is under investigation.

I believe that you can workaround the problem by moving the code to add the ActionsPane control so that it is executed before the code to fill the dataset.

Regards,

Ken Laws
MSFT

This posting is provided "AS IS" with no warranties, and confers no rights.

For more information regarding Visual Studio Tools for Office 2005:

Best of Blogs: Visual Studio 2005 Tools for Office
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_2003_ta/html/odc_landvsto2005_ta.asp

Visual Studio Tools for Office Forum
http://forums.microsoft.com/msdn/ShowForum.aspx?ForumID=16

Visual Studio Tools for the Microsoft Office System
http://msdn.microsoft.com/office/understanding/vsto/default.aspx

KenLaws at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Yes,
It worked.

Thanks,
Martin Kulov
http://www.codeattest.com/blogs/martin

MartinKulov at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...