Hi
Im try convert doc file to PDF format. Here my core
Aspose.Words.Document doc = new Aspose.Words.Document(docPath.OtherPath + @"" + item.Name);
doc.Save(docPath.OtherPath + @"" + “outBook.pdf”, Aspose.Words.SaveFormat.Pdf);
I’ve the next error:
Could not load file or assembly ‘Aspose.Words, Version=15.9.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’ or one of its dependencies. The system cannot find the file specified.
The Framework from my solution is 4.5. I add the aspose.words.dll FW 3.5 but the this not work.
Help!
rsreyes