Do .Net embedded resources have a size limit? -


i'm trying embed several files .net dll, 1 of them isn't showing in list of embedded resources, , don't see obvious explanation. special thing file is 77kb in size, , other files < 20kb. there limit size of resources can embedded?

i googled didn't find answer (maybe don't know how google it).

any answer appreciated.

thanks!

i use embedded resources quite bit. quick search of code found @ several on 200kb.

are sure build action set "embedded resource"?

can give more details of how attempting access embedded resource?

you can open assembly in reflector view of embedded resources.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -