I have Datacap 9.1.9.iFix005 installed on my system. I have the IBM-Datacap-DDK-9.1.9-ifix-005.zip downloaded from the Datacao Developer Kit on GitHub. When I open the solution with Visual Studio and try to compile it with zero changes, it gives errors about dcDTlib and dotPanelBase not being found.
The actual error message is below. I have two questions:
Why would I get any error at all when it is out of the box and no changes made?
How do I fix it?
Error (active) CS0246 The type or namespace name 'dcDTlib' could not be found (are you missing a using directive or an assembly reference?)
DotEditPanels \\lrd1fil3\imaging\admin\Datacap\VStudio\Datacap-DDK-DCDesktop-Custom-Panels-9.1.9-ifix-005\DotEditPanels\Universal.cs 17
Error (active) CS0246 The type or namespace name 'dotPanelBase' could not be found (are you missing a using directive or an assembly reference?)
DotEditPanels \\lrd1fil3\imaging\admin\Datacap\VStudio\Datacap-DDK-DCDesktop-Custom-Panels-9.1.9-ifix-005\DotEditPanels\Universal.cs 21
------------------------------
Danny Mann
------------------------------