Conversion of NSF File to PST File Using NotesStorageFacility

Hi
I am facing an issue when converting .nsf file to .pst using Aspose.Email.Storage.Nsf.NotesStorageFacility on ubuntu 18.04 with mono

issue-
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not resolve type with token 01000011 from typeref (expected class ‘Aspose.Email.Storage.Nsf.NotesStorageFacility’ in assembly ‘Aspose.Email, Version=21.2.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56’)

Please help me out to solve this issue

@satveer.singh,
Thank you for the issue description. Please check the problem with the latest version of Aspose.Email. If the issue persists, please share the following:

  • input NSF file
  • code example causing the error

Hi
@Andrey_Potapov
Issue is coming still even i am using latest Aspose.Email.dll as you suggested.
Actually when i am using visual studio to convert .nsf to .pst using Aspose.Email.dll it works fine, But when i create an .exe file to convert .nsf to .pst using visual studio and Aspose.Email.dll and run this .exe file on ubuntu 18.04 with mono then issue is coming.

@satveer.singh,
It looks like the issue is not with the Aspose.Email API, but with the build of your application. Unfortunately, I have not enough information to help you.