The following test code was run against the attached mpp file. After running the code, open the AsposeTest2.mpp file in MS Project 2010 and try to set task 2 (Project Review)'s % Complete to 70% and you receive a Planning Wizard notification. This does not happen if you do the same to the original file.
Is there a way around this issue?
namespace AsposeTest { internal class Program { private static void Main(string[] args) { var tasksLicense = new Aspose.Tasks.License(); tasksLicense.SetLicense(“AsposeTest.Aspose.Total.lic”);
var project = new Aspose.Tasks.Project(“AsposeTest.mpp”); project.Save(“AsposeTest2.mpp”, Aspose.Tasks.Saving.SaveFileFormat.MPP); } } }
We have analyzed your shared situation and were able to observe the issue with the latest version of the API at our end. It has been reported to our Product team as TASKSNET-1785 for further investigation. We’ll update you here once there is some update or a fix version available for this issue.
We have investigated this issue further at our end and have found that this warning is related to the observation that a task from this project has start date earlier than the project start. The silence of MSP over such an issue for the MPP format is something strange as if we save this as XM using MSP and then open it, MSP warns about the dates conflict which is expected behavior. Could you please share with us if you really need the start date to be before project’s start date? We’ll look into this issue in light of your feedback.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.