Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

The type or namespace name 'Pdf' does not exist in the namespace 'Aspose'

$
0
0
Here is my code.  This two lines of code is compiled fine under VS2010.  But for the VS2013, I could not  make it compiled.



using AsposePdf = Aspose.Pdf;
using AsposeWord = Aspose.Words;


Got the following error:

Error37The type or namespace name 'Pdf' does not exist in the namespace 'Aspose' (are you missing an assembly reference?)

Thanks.

Viewing all articles
Browse latest Browse all 3131

Trending Articles