Note that there are some explanatory texts on larger screens.

plurals
  1. PO"Can not resolve a multiname reference unambiguously” with Image Embed
    primarykey
    data
    text
    <blockquote> <p>"Can not resolve a multiname reference unambiguously”</p> </blockquote> <p>A search for this string in Google and on SO yields a ton of results. I have read tons of them, but none of them really talk about duplicated image assets when there is actually no duplicate files in the Package Explorer.</p> <p>Using embed code in CSS files:</p> <pre><code>.helpLink { over-skin: Embed(source="images/blank.gif"); } </code></pre> <p>...and then importing said CSS files into mxml files:</p> <pre><code>&lt;mx:Style source="skins/main.css" /&gt; </code></pre> <p>...I get 100's of errors like this:</p> <pre><code>Can not resolve a multiname reference unambiguously. _class_embed_css_images_blank_gif__1196752591_1370790129 (from _class_embed_css_images_blank_gif__1196752591_1370790129.as) and Faces:_class_embed_css_images_blank_gif__1196752591_1370790129 (from Faces/_class_embed_css_images_blank_gif__1196752591_1370790129.as) are available. BriefInfoFace.mxml /[REDACTED]/src/Faces </code></pre> <p>This would imply that there is a <code>blank.gif</code> file in <code>Faces</code>, but I assure you there is not. It exists in only one place in my "Package Explorer", in the <code>images</code> folder which is a sibling to <code>Faces</code>. The Faces folder only has <code>mxml</code> files, and the images folder only has real image files (png, gif). </p> <p>If I clean the project, It will compile and run, but any subsequent runs after that will not compile. This presents a huge problem because I have to continually clean the project every time I want to debug it. How can I prevent this error when there is no <code>blank.gif</code> in the Faces folder?</p> <p><br /> <br /> <br /> <strong>UPDATE 7/14</strong></p> <p>As requested, <a href="https://gist.github.com/3113152" rel="nofollow noreferrer">here is a dump</a> of the directory structure</p> <p><br/> <br/></p> <p><br /> <strong>UPDATE 7/15</strong></p> <p>As requested, here is a pic showing the places I pull in <code>main.css</code> <img src="https://i.stack.imgur.com/DX4HN.png" alt="enter image description here"> <img src="https://i.stack.imgur.com/qhaza.png" alt="enter image description here"></p> <p>And the <a href="https://gist.github.com/3119721" rel="nofollow noreferrer">imports</a> found in <code>BriefInfoFace.mxml</code> <br/> <br/></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload