This is an archived forum post. The information may be outdated. Contact us if you have any questions.

.net missing reference

ithieme1 wrote on 2013-03-25:
When I try to complie, I'm getting the error:

The type or namespace name 'pdfcrowd' could not be found (are you missing a using directive or an assembly reference?).

But, I added the DLL in the bin folder a reference and the using pdfcrowd.

Any idea what is wrong?

Thanks
support wrote on 2013-03-26:
Hello,

What Visual Studio version are you using?

Please unzip the pdfcrowd zip file and run "make.bat", if it succeeds it should create ./bin/pdfcrowd.dll. Does this resolve the error?