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

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:

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

Thanks.

Hi,


Thanks for contacting support.

Please ensure you have referenced correct Aspose.Pdf.dll in your application i.e. if your application has target platform as .NET Framework 4.0, ensure to include reference of Aspose.Pdf.dll file form net4.0 folder under Aspose.Pdf for .NET installation folder. In case you still face the same issue, please share some sample project so that we can further test the scenario in our environment. We are sorry for this inconvenience.

A post was split to a new topic: The type or namespace name ‘Words’ does not exist in the namespace ‘Aspose’