Issue to set up Aspose.tasks in my project

Hello everybody,

I am trying to use the newest version of apose.tasks in my project to test it.
I followed some instructions in the website, but it seems like I am missing something.

Basically, my problem is that I need my application to read files from MS Project. I have an old version of Aspose.Total, but it won’t work with new versions of MS project files.

That is why I am trying to test Aspose.tasks.

Here is what I have tried:
I installed aspose.tasks through MSI installer. Then I added the reference to my project.
I had to replace the old Aspose.tasks DLL by the newer version. I don’t know what else I need to do though, could somebody help me out?

Here are the links I followed:
https://docs.aspose.com/display/tasksnet/Installation
https://docs.aspose.com/display/tasksnet/Referencing+the+Component




Sincerely,
Arthur Medeiros.

Hi Arthur,

Thank you for writing to Aspose supprt team.

Analyzing the image attached with this post, it is observed that you are using quite an old version of API function calls and syntax, which are completely revamped. The error messages show that you have referenced and loaded the library correctly, however this code is not compatible with this library.

You may please visit following page thoroughly, which illustrates the transition to the new revamped library with examples by comparing the old and new function call and syntax to read/write MS project files. Please give it a try and convert your code according to the latest library. Feel free to write us back if you have any query in this regard.

  1. How to Migrate to Aspose.Tasks for .NET 8.0.0 or higher
  2. Developer Guide