Icons, images, and scripts are missing
Error Description
An ASP.NET application loads and runs correctly, but most of the icons and images are missing.
Solution
Do the following to resolve this issue:
- Ensure that the DevExpress.Web.ASPxThemes library exists in the
C:\Windows\assembly
GAC or applicationBin
folder. - DevExpress ASP.NET controls use ASPxHttpHandlerModule to get their resource files (scripts, css, images) at runtime. Make sure that you have registered it as described in the following section: ASPxHttpHandlerModule Registration.