[MonoDevelop] resgen has problems with resx created by VS C# 2003

pissblach pissblach at gmail.com
Mon Aug 22 12:48:13 EDT 2005


hi,

got a couple of problems with resgen.

in case a created *.resx file contains one of the following, 

======================================================
  <data name="$this.Language"
type="System.Globalization.CultureInfo,mscorlib, Version=1.0.3300.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>German</value>
  </data>
======================================================
  <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
mimetype="application/x-microsoft.net.o
    <value>
...
</value>
  </data>
======================================================
  <data name="attachmentImgLst.ImageStream"
mimetype="application/x-microsoft.net.object.binary.base64">
    <value>
...
</value>
  </data>
======================================================

resgen throws an exception.
anyone got an idea ?  with missing imageStream, my toolbox will not
work any more.
i will also need to keep the resource compatible to VS.

ciao
   Martin


More information about the Monodevelop-list mailing list