I've got a similar problem like here: https://es.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/70831/ultracalendarcombo---larger-dropdown-button#70831
It all started with the same application_error message:
System.Web.HttpException: Datei ist nicht vorhanden.
bei System.Web.StaticFileHandler.GetFileInfo(String virtualPathWithPathInfo, String physicalPath, HttpResponse response)
bei System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
bei System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
bei System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
bei System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
The problem seems to be caused by a wrong style sheet entry.
But I'm using a WebDataTree control.
I looked into the style sheet and found at least one image that I can't find under ...\All Users\Documents\Infragistics\NetAdvantage for .NET 2009.1\ASP.NET\StyleLibraries\Default\images.
Is this also a typo in the style sheets or am I missing some images?
Here is the one:
Is there a way I can make sure that I got all images I need? How do I get the Image? Are there any other known issues with the images and stylesheets?
Oh, yes. My mistake all this is related to the WebDataMenu. (I'm also using a WebDataTree so I mixed it up.) So now the hole issue is in the wrong forum.
Yes you got me right I'm missing an image.
I'm using Infragistics 2009 Version 1 (9.1.20091.1015)
Hi uli,
The WebDataTree CSS classes prefix is "igdt_xxxxx".
The CSS classes you are asking ("igdm_xxxxx") are used by the WebDataMenu.
If I understand correct you are missing the file "igwdm_SubMenuIndicator.gif" from the ".........\StyleLibraries\Default\images" folder ? If so please tell me installator build you are using.
Thanks