[Mono-bugs] [Bug 334489] Error when compiling resx file using resgen in monodevelop 0. 16
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Oct 19 10:20:25 EDT 2007
https://bugzilla.novell.com/show_bug.cgi?id=334489#c9
--- Comment #9 from Rob Dagg <rob.dagg at vizor.ie> 2007-10-19 08:20:25 MST ---
I have found it is the data elements in the resx file which include references
to .gif images which are causing the invalid resx input error.
Example:
<data name="wizard_BannerImage" type="System.Resources.ResXFileRef,
system.Windows.Forms">
<value>ResourceObjects/wizard.BannerImage.gif;System.Drawing.Bitmap,
System.Drawing, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
</value>
</data>
<data name="wizard_MarginImage" type="System.Resources.ResXFileRef,
System.Windows.Forms">
<value>ResourceObjects/wizard.MarginImage.gif;System.Drawing.Bitmap,
System.Drawing, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
</value>
</data>
---
Both these elements cause the error whem compiling the attached file. Does
anyone understand why this might be happening?
Compiling using resgen2/Mono 1.2.5.1 (Compiled from latest code)
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list