We are about to evaluating the aspose.pdf component.
We downloaded the Setup for Version 6.7 and installed it.
The first prototype was realized as a windows forms appliaction and is working fine.
Now we intend to develop a solution with asp.net using the component.
When we add the aspose.pdf.dll as reference, the compiler tell us
"The type or namespace name 'Aspose' could not be found (are you missing a using directive or an assembly reference?)"
Although the file exists. On other sites we found a hint who told to register once the dll
"regasm aspose.pdf.dll /codebase". But it doesn't work too.
Thanks for a hint.
Kagel