https://bugzilla.novell.com/show_bug.cgi?id=334489#c9





--- Comment #9 from Rob Dagg <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to