Hello Jesse,
It is hard to suggest what might be wrong as I don’t see your code.
Please add your configuration to the following snippet and make sure that the issue is reproduced there:
Then, click on the Save button and send me the link.
Or send me a ready demo with all the necessary JavaScript and CSS files so that I can reproduce the issue locally.
Thank you for your reply.
I did not have this issue in the example on the official website, but I downloaded the import and export service and wanted to deploy it independently. The downloaded import and export service only had this error message
Hello Jesse,
It seems you downloaded an older version of the MSP export module that is an ASP.NET MVC application. There is a newer version that is a .NET Core application that is currently used by the online export server.
If you encounter issues with that, you can submit a support request to the email specified in the letter with the license.
Hello Jesse,
Thank you for the clarification. In that case, you cannot download the latest version of the export module.
So, the first thing you need to make sure of is that you run the export module on a Windows platform with the IIS server. Before you deploy it, it is better to launch it in Visual Studio so that you can try to debug the errors and make sure that everything is working as expected.
After downloading the export module, open it in the MS Visual Studio and install the depending packages:
Tools => NuGet Package Manager
Click on the Restore button.
In case if you use Windows Server, you need to apply additional steps for installing the modules:
Right-click on the GanttToMsProject.Core module in the Solution Explorer and choose the Properties option.
Switch to the Build tab, scroll down and click on the Advanced button.
Set Language version to C# 7.1 or higher and click on the OK button.
Right-click on the GanttToMsProject.WebAPI module in the Solution Explorer and choose the Manage NuGet packages option.
You will be asked to restore the packages. Click on the Restore button.
Switch to the Browse tab and install the net.sf.mpjx library and all its dependencies.