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.