Error: Method not found: System.DateTime System.DateTime.FromFileTimeUtc(Int64)

Hi

I’m trying to use latest Aspose.Word dll on a machine with only .Net Framework 1.0 installed.

It crashes when I make a new document (after setting the license):

_DocAll = New Document(a\_Filename)

Errormessage: Method not found: System.DateTime System.DateTime.FromFileTimeUtc(Int64)

Following steps i did so far:

  • Downloading the Aspose.Word.dll, Version 3.2 from your Website

  • Making the redirection config file as shown in your Wiki https://docs.aspose.com/words/net/system-requirements/

  • Using the same Aspose.Word.dll Version 3.2 on a machine with only .NET Framework 1.1 installed works fine

  • Using the Aspose.Word.dll Version 3.1 on the machine with .NET 1.0 works fine, but I got version 3.1 of Aspose.Word.dll from a colleague, who said, that he got the dll somewhere out of the forum (Unfortunatley, we can’t find the article anymore).

Could it be possible, that you have to compile the Aspose.Word especially for .NET Framework 1.0?

If so, could you please compile Aspose.Word for .NET 1.0.

Thanks a lot

Thomas

Hi Thomas,

Thank you for considering Aspose.

You are right, this method appears to be only available in .NET Framework 1.1. I think we are not going to compile or produce a special version for .NET Framework 1.0, but we will rather do something to avoid using this method to get this working. Logged.

Hi,

We have released Aspose.Word 3.2.2.

  • Fixed exception from DateTime.FromFileTimeUtc when running on .NET 1.0.

https://docs.aspose.com/words/net/release-notes/