image into compactframework resource?

  • Thread starter Thread starter konkwiskador
  • Start date Start date
K

konkwiskador

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?
 
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
 
Back
Top