I’m demoing your docprintpro product and its sdk.
From visual studio, do I need to add a reference to the com object after installing docprintpro?
I made a reference to docprintcom.dll
But I still am getting compilation error “The type or namespace DocPrintCom could not be found (are you missing a using directive or an assembly reference?)
On the line:
DocPrintCom.docPrint docPrintObj = new DocPrintCom.docPrint();
If I do need a using line, what would it look like? And what com object dll do I need to reference?
===================================
Please register docPrint COM with administrator privilege first,
On 32bit Windows system,
%systemroot%\system32\regsvr32.exe "C:\Program Files\docPrint Pro v5.0\docPrintCom.dll"
On 64bit Windows system,
%systemroot%\SysWoW64\regsvr32.exe "C:\Program Files\docPrint Pro v5.0\docPrintCom.dll"
After you register it correctly, you can add a reference to DocPrintCom and use it in your visual studio project properly.