Hi. It's a custom module developed in vs.2008
here is one othe the imagens that doesn't show.
In .dnn:
<file>
<path>App_LocalResources</path>
<name>apagar.png</name>
</file>
in my hard drive:
C:\DNN\DesktopModules\gDocVisualiza\App_LocalResources\apagar.png
in html:
<input type="image" name="dnn$ctr371$ViewgDocVisualiza$ImageButton2" id="dnn_ctr371_ViewgDocVisualiza_ImageButton2" title="Apagar" src="/dnn/DesktopModules/gDocVisualiza/App_LocalResources/apagar.png" style="border-width:0px;width: 16px" />
I included the image files in my zip package.
If I try in my browser:
C:\DNN\DesktopModules\gDocVisualiza\App_LocalResources\apagar.png
It opens the image, but if I try
http://localhost/dnn/DesktopModules/gDocVisualiza/App_LocalResources/apagar.png
It shows a error message: HTTP 404.0 - Not Found