[Mono-dev] Bug in Package.cs due to update in PackageProperties.cs (System.IO.Packaging / Olive)

Alan McGovern alan.mcgovern at gmail.com
Wed Mar 18 07:57:50 EDT 2009


Should be fixed properly in SVN. Let me know if it's not.

Alan.

On Mon, Mar 16, 2009 at 7:36 PM, Yves Dhondt <yves.dhondt at gmail.com> wrote:

> Hello,
>
> Revision 129478 fixes the NSPackageProperties string to correctly load
> PackageProperties. However, the string is also used by Package.cs for
> LoadRelationships. The change has broken that function as the string
> used to be correct there.
>
> In Package.LoadRelationships, the line:
>
> if (r.RelationshipType ==
> System.IO.Packaging.PackageProperties.NSPackageProperties) {
>
> should become:
>
> if (r.RelationshipType ==
> "
> http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties
> ")
> {
>
> Regards,
>
> Yves
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090318/1c6e3f19/attachment.html 


More information about the Mono-devel-list mailing list