Hi,
I update my .net Aspose Task library to v20.11(net 4.0) but I notice that after processing the ole object in the view section of the mpp file was not removed.
here’s my sample file and sample program:
sample.zip (178.1 KB)
Hi,
I update my .net Aspose Task library to v20.11(net 4.0) but I notice that after processing the ole object in the view section of the mpp file was not removed.
here’s my sample file and sample program:
sample.zip (178.1 KB)
We have included the support for project.OleObjects.Clear() operation in API. You should call following as well to persist the chanages.
project.Save(“output.mpp”, new MPPSaveOptions { WriteViewData = true });