0

.NET COM Primary Interop Assemblies を使用して C# でアプリを作成しています。これで Project 2003 と Project 2007 の両方のファイルを開いて読み取ることができるかどうか疑問に思っていました。また、このアプリを実行しているコンピューターに Project をインストールする必要がありますか?

4

1 に答える 1

1

That's Yes and Yes. You'll have to use the 2003 PIA, Office versions beyond this are backwards compatible with older COM interface specifications. But of course you won't be able to use 2007 specific features. You can't do anything with Project if it isn't installed on the machine. Project 2003 isn't likely to be able to read Project 2007 files unless the file was saved in 2003 format. No problem the other way around.

于 2009-12-23T15:29:41.197 に答える