You encountered multiple 'Unable to resolve type' errors when building your project:
Unable to resolve type '<ZCLicense>'
Unable to resolve type ' <Product>WebDock</Product>'
...
Cause:
Visual Studio was trying to build the license files.
If you include the ZettaCube license files (.licx) into a Visual Studio project, their default Build Action is 'Embedded Resource'. Visual Studio will try to include them in the build process.
Resolution:
Please either exclude the license files from your Visual Studio project, or set their Build Action to 'None'. (The Build Action property will be displayed in the Properties panel after the license file is selected in the Solution Explorer panel.)