[MonoDevelop] Resources in Monodevelop

Michael Hutchinson m.j.hutchinson at gmail.com
Wed Aug 8 18:08:53 UTC 2012


On 4 August 2012 03:06, Miljenko Cvjetko <mcvjetko at holisticware.net> wrote:
> Hi
>
> During my port of sharpsnmp for MT and MA I have found some issues.
> Here's one:
> Error CS1566: Error reading resource file
> `D:\SRC\libraries-holisticware\SharpSNMP\SharpSnmpLibMib\Properties\Resources.resources'
> (CS1566) (SharpSnmpLibMib)
>
> Resources.Designer.cs
> and
> Resources.resx
> are in the <ProjecDir>\Properties folder, but no Resources.resources
>
> Do I need some special build action or change of location of resource
> files...
>
> Under VS2010 it compiles cleanly

This may be a bug in MonoDevelop's build system, since resx files are
rarely used in MonoDevelop.  You could try building it with xbuild
enabled, or file a bug with a repro case.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list