Aspose.Words throws error loading RTF file when compiled in 64-bit

Using Aspose.Words.dll 11.4.0.0 runtime v2.0.50727

The following works when our application is compiled to target CPU x86 (32-bit ) on .NET framework 3.5

Dim doc1 As Aspose.Words.Document
doc1 = New Aspose.Words.Document("C:\temp\some.rtf")


But fails when compiled to x64 (64-bit). The exception thrown contains no details.

This works in x64 when loading a "doc" file. It only fails loading "rtf" file type in x64 mode.

Any suggestions are appreciated.

Thanks,
Jeff

Doing a clean and rebuild on the Visual Studio solution seems to have fixed the issue.

Hi Jeff,


Thanks for your inquiry. It is nice to hear from you that you have solved your problem. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.