How do I deploy a word template solution and run it regardless of it's location?
- by user265316
Hi,
I'm trying to deploy a Word Template solution that uses VSTO with VS2010.
Everything goes well until I try to move the template file away from the folder that has the assemblies (then I get a "failed to customization error").
What is the best way to make sure that file knows where the assemblies are? Should I update the _AssemplyLocation property programatically or is there another way to do this?
Thanks.