P
ProjectImportExport
I need to develop an MS Project import / export feature for a .NET
1.1.-Project Management solution with a SQL Server 2000 database. It has to
work for Project 98-2003 users and no data or customizing of the MS Project
file should be lost. I already thought about using office automation
server-side but I read the Microsoft article advising against it. I already
found a tool for reading and writing project files server-side without using
automation (Aspose.Tasks) but it doesn't provide writing MPP-files
server-side so I can't use it. I can't make any changes to the client and I
need to provide support for at least MS Project 2000-2003.
Which is the best solution for importing data from a project 98-2003 file to
a web application and exporting changed data back to the client in an
MPP-file format?
Do I really have to use Office Automation for that purpose - is it worth a
try, do you have any experience with it?
1.1.-Project Management solution with a SQL Server 2000 database. It has to
work for Project 98-2003 users and no data or customizing of the MS Project
file should be lost. I already thought about using office automation
server-side but I read the Microsoft article advising against it. I already
found a tool for reading and writing project files server-side without using
automation (Aspose.Tasks) but it doesn't provide writing MPP-files
server-side so I can't use it. I can't make any changes to the client and I
need to provide support for at least MS Project 2000-2003.
Which is the best solution for importing data from a project 98-2003 file to
a web application and exporting changed data back to the client in an
MPP-file format?
Do I really have to use Office Automation for that purpose - is it worth a
try, do you have any experience with it?