Web Publish Word Solution
The Word Document however did not function when opened from the weblocation.
What are the steps to make the webdeployment work?
The Word Document however did not function when opened from the weblocation.
What are the steps to make the webdeployment work?
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
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 =-