Web Publish Word Solution

In order to test my ServerDocument implementation I wanted to add the Word Document to a test web. To do this I published the document to the web using the publish wizard in VSTO 2005 (B2).

The Word Document however did not function when opened from the weblocation.

What are the steps to make the webdeployment work?

[321 byte] By [MaartenvanStam] at [2008-2-15]
# 1

If the publish command completed successfully and you are attempting to open the document from the web site then you are most likely encountering a .NET Security issue which is preventing the assembly from loading.

If the problem is security related then you would need to add .NET security policy(s) to the computer that grant FullTrust permissions for the Word document and the assembly. Note that you would also need to make sure that the security policy is added to the correct security zone as well.

If you are not receiving a .NET security error please provide the text from the error message that you are receiving.

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

I do not get an error at all, but the MessageBox I added at the document init did not show either.... I have to recheck things I guess...

-= Maarten =-

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