Want to make resource.resx file witch images. I was using reflector (http://www.aisto.com/roeder/dotnet/) and there were no problems for full framework, but when I tried to complile my solution witch compact framework it throws errors like 'c:\app\resource.resx Resource transformation for file 'lang.resx' failed. Type System.Drawing.Bitmap cannot be compiled into the .resources file. This type is not supported for .NET Compact Frameworks.'

What should I do to get proper .resx for compact framework witch image inside?

Re: image into compactframework resource? by Martin

Martin
Mon Jul 04 06:54:05 CDT 2005

I am not sure if I am doing right :)
but I use compiled version of
Microsoft Visual Studio .NET
2003\SDK\v1.1\Samples\Tutorials\resourcesandlocalization\reseditor\
to create resource files for my applications


"konkwiskador" <konkwiskador@wp.pl> wrote in message
news:daav20$ang$1@nemesis.news.tpi.pl...
> Want to make resource.resx file witch images. I was using reflector
> (http://www.aisto.com/roeder/dotnet/) and there were no problems for full
> framework, but when I tried to complile my solution witch compact
> framework it throws errors like 'c:\app\resource.resx Resource
> transformation for file 'lang.resx' failed. Type System.Drawing.Bitmap
> cannot be compiled into the .resources file. This type is not supported
> for .NET Compact Frameworks.'
>
> What should I do to get proper .resx for compact framework witch image
> inside?