Action Pane is not working in Word 2007 while Publishing

I have developed a Word and Excel Application using VSTO 2007.

Both the application has some small Action pane Code.

When i 1st tried to publish the Excel .. it showed some error.

When i published using Full Trust in .NetFrameWork Configurator 2.0 for

All Code under Machine Code access.

It was runnning fine and i also deployed the same application in

SharePoint 2003. When i run the application it was working fine.

All the files including dll and Manifest got downloaded in Local Temporary Internet

Files Folder.

But when tried the same thing using Word 2007.

I published and when i deployed in Share Point,

Only the Word Document is get opened but the Document Task Pane

was empty and no errors was shown.

Please help me out if we publish a word 2007 and publish it in IIS.

when we run that. it should run with action pane.

What are the settings either in Confirgurations level or Machine Level or

Word Document Level or Coding Logic level.

Please let me know about this also.

I have already put an issue for Word Action pane Add In's.

Please dont get confused combining this both.

This is different and that is different.

[1266 byte] By [PrasadSelladurai] at [2007-12-24]
# 1

Hi Prasad,

Can you confirm what version of VSTO you are using. Are you using VSTO2005 and creating Word & Excel 2003 solutions and then loading into Office 2007 or are you using the CTP?

Thanks and regards,


Darryn Lavery [MSFT]

DarrynLavery--MSFT at 2007-10-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2

I'm using VSTO 'v3' july CTP and Developed Word 2007 Application using Action Pane.

While i tried to publish in IIS or Share Point Server 2003/2007. Word document get loaded but

Assembly is not loaded. hence the action pane and managed code is not working. (But for Word 2003 Applications,

all are working fine.).

PrasadSelladurai at 2007-10-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 3

Hi Prasad

The July CTP is out-dated. Current beta version is the September VSTO 2005 SE beta. See

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=726538&SiteID=1

There was no distribution facility included in the July CTP. You have to upgrade and test with the newer release.

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