image into compactframework resource?

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?
 
M

Martin

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top