Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Inside the attached zip package you will find a .mpx file which was created with our code.
Yes, its a file generated by Aspose..Tasks. In this case I use the following to generate the mpx-file:
MPXFile file = new MPXFile();
file.MpxFileFormat.CodePage = "850";
…
FileStream fileStream = new FileStream(filePath, FileMode.OpenOrCreate);
file.Write(fileStream, Encoding.UTF8);
fileStream.Close();
You will also find a screenshot of MS Project inside the zip package, where the mpx-file is opened.
Regards,
Andreas