DHTMLX MS Project Export Service

There are a few small issues as follows:

  1. What is the performance of an independent export module?
  2. Is there a file size limit?
  3. Do you have a detailed deployment document?
  4. DHTMLX MS Project Export Service 25.11.2022, Supported MS project versions

Hello,

What is the performance of an independent export module?

If you want to compare it with the online export server, the standalone export module should process the requests faster as you no longer need to wait in a queue if there are several import/export requests from other customers.
Also, performance depends on the available resources on the server (CPU, RAM, free space).

If you want to know something different, please clarify your question in more detail.


Is there a file size limit?

The application only has a limitation added by the .Net Core platform. But you can remove that limit by uncommenting a specific line in the configuration file:
https://docs.dhtmlx.com/gantt/desktop__msp_export_module.html#problemsolving:~:text=Import%20of%20large%20files


Do you have a detailed deployment document?

No, we don’t have a guide for that.
But there is an installation instruction:
https://docs.dhtmlx.com/gantt/desktop__msp_export_module.html#installationguide


DHTMLX MS Project Export Service 25.11.2022, Supported MS project versions

This is an old version that is written for the ASP.NET MVC platform. It can only run in the Windows environment. This version is no longer supported and doesn’t have some features that are present in the latest export module version:
What's new in MSP Project Export Module Gantt Docs

You can still remove the limitations for the maximal file size. To do that, you need to change the value of the maxRequestLength parameter in the GanttToMsProject.WebAPI/Web.config file:

<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="90000" executionTimeout="300" />
↓↓↓
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" maxRequestLength="1048576" executionTimeout="300" />

Thank you for your reply.
If I want to use a new version of the export module, I must purchase a new version of Gantt? I’m currently buying the version for more than a year.

Hello,
There should be different possible options for you.
I think it is better to write an email regarding that question to info@dhtmlx.com