How do I deploy a word template solution and run it regardless of it's location?

Posted by user265316 on Stack Overflow See other posts from Stack Overflow or by user265316
Published on 2010-04-20T12:10:49Z Indexed on 2010/04/20 12:13 UTC
Read the original article Hit count: 144

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about Office

Related posts about deployment