I've made a vsto for word, that uses the dll : Microsoft.SharePoint.Client.Runtime.dll. The vsto runs perfect on my (dev) machine and then VS2013/rigtclick/properties/publish.
For the user's PC (Xp + office 2010, install the app) I get the error: could not load assembly Microsoft.SharePoint.Client.Runtime.dll. How can I solve/bypass this error?
Thank you
p.S.This is my first VSTO, so newbie errors are highly propable