Has anyone had any experience working with the new App_GlobalResources and Images? I have added an existing image to my resx file for both English and French. On my page, I added it as follows to the ImageURL:
ImageUrl
="<%$Resources: MyResources, page_header_01 %>"When I compile and debug the page, I get the dreaded "X" where the image should be. When I click on the properties, I see that it is trying to load a bitmap image when I added a .GIF image to the resx file.
Any input would be appreciated.