In an Extension/module Resources.zip.manifest I have
<file>
<path>Views/images/</path>
<name>update_cart.gif</name>
</file>
In \DesktopModules\CPQcart_DNNS_Xsd\Views\View.ascx have
<asp:imagebutton id="UpdateBtn2" CssClass="updateBtn" runat="server" ImageURL="~/Views/images/update_cart.gif"></asp:imagebutton>
http://devcpqcartnwizard.dnndev.me/Views/images/update_cart.gif Fails to display the iambe
http://devcpqcartnwizard.dnndev.me/DesktopModules/Views/images/update_cart.gif fails
same without ~/
it is only in D:\Dev\DevCPQcartNwizard.DnnDev.Me\DesktopModules\CPQcart_DNNS_Xsd\Views\images
I have reviewed http://www.dnnsoftware.com/docs/developers/extensions/dnn-manifest-schema.html description but cannot gleam what the problem is.
Thanks in advance for any help.