[Mono-winforms-list] .resx ImageStream error:

Desty denpashogai at gmail.com
Sun Nov 21 08:52:43 EST 2010


Hi,
Apologies if this is a trivially obvious question; I've never worked with C#
before today and didn't find anything searching. I'm trying to get a VS
project (KeePass 2.13) to build with MonoDevelop 2.4 on OS X (with Mono
2.8.1). There was a minor assembly signing problem which I solved by telling
Mono not to sign it, but now I'm stuck with these errors in the form .resx
files:

;;;;
Unable to compile
(/Library/Frameworks/Mono.framework/Versions/2.8.1/bin/resgen2)
/Users/oisin/Downloads/keepass/KeePass-2.13-Source/KeePass/Forms/LanguageForm.resx
to .resources. 
Reason: 
Error: Invalid ResX input.
Position: Line 52, Column 5.
Inner exception: Object reference not set to an instance of an object
;;;;

The resx files contain XML that looks like this in the region of the errors
(the reported line and column are at the end of the "data" close tag):
;;;;
<data name="m_ilLanguages.ImageStream"
mimetype="application/x-microsoft.net.object.binary.base64">
    <value>AAEAAAD/////AQAAA.......etc.....</value>
</data>
;;;;

Is there some library or something I'm missing?
-- 
View this message in context: http://mono.1490590.n4.nabble.com/resx-ImageStream-error-tp3052379p3052379.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.


More information about the Mono-winforms-list mailing list