We are in the middle of upgrading our VSTO (VS2010) templates from office 2010 to office 2016 using VS2015.
The templates have already been converted once using VS2015 by someone who has left the company but trying to get these working again to update phone numbers etc. in our DEV server environment has been just error after error.
So I thought doing a clean project from scratch in VS2015 re-using the names, Assembly names, Assembly information inc GUID and code of the original templates so that it is a more clean office 2016 project with the original functionality.
These new templates work fine when creating a new document or editing that new document. The problem comes with documents created with the original 2010 templates.
Lets say you have installed the new clean office 2016 "Letter" template and then open a document created using the equivalent office 2010 "Letter" template. Rather than assuming the new template is the same as the old template (as it used to do with the converted template) it trys to re-install the office 2010.
How can I get the new template to link to documents created with the old ones if that makes sense?
Many thanks,
Dean
making sure the project names, Assembly names, Assembly information inc GUID are the same as the original template and the version number is higher than the old template.