Hi - I have added a Resources.resx file to my project using Visual
Studio project properties and within it I added an existing image file
using Add Resource -> Add Existing File button. The properties for the
image file show that Persistence = "Linked at compile time" and I set
the Access Modifier to Internal.

When I analyze the DLL using Cecil, it only finds
MyProject.Properties.Resources.resources with ResourceType = Embedded
and IsPublic = True. Did I create the linked resource incorrectly? How
can I get it to see the linked image with the ResourceType of Linked
(or AssemblyLinked)?

Thanks!

-- 
--
mono-cecil

Reply via email to