When loading gdpicture.net app via clickonce, it is looking for:
GDPicture.Net.ocr.tesseract.dll
GDPicture.Net.pdf.gdpdfplug.dll
Copying these into the bin\release folders works fine for local install, but how do you do it with clickonce? I read the other articles and MSDN posts you had elsewhere (under search term for clickonce) but when you try to add these two .dll's as a reference it says that they are not a valid assembly or COM component.
Also, where is the best place to put the dictionary files for click-once deployment. I can use system.io.directory.getcurrentdirectory() to reference the subfolder. Does this work?
