Here is what I have done.
Created a document template [ word 2010 ] in VS 2010.
Added few content controls to the document.
- List item
- On save event, calling DB [ using EF]
- Publish to a network share [ Everyone has full control to this share ]
- Created a content type and uploaded the template from the share.
I have given full trust to the share, the document library and the content type in using .net configuration tool. i also added these to the word trust center
I can get an error Customization does not have permissions required to create an application domain. Customized functionality in this application will not work bcos the administrator has listed file://share/deploy/file.vsto as untrusted.
Where am i going wrong. Its been over a week now and its very frustrating.