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?
Hello Uli,
It seems to be an issue with the Installer for NetAdvantage for ASP.NET 2009.1. It should be fixed in the next Service Release which is very likely to be rolled out by the end of May'2009.
You can follow this topic: http://forums.infragistics.com/forums/247.aspx
to be informed about the Service Release release date.
Meanwhile I am attiching here the missing image, which you can safely place in the mentioned folder, so you will get the right user experience and no missing file errors.
Hope this helps.
Thank you Anton Staykov so far.
Meanwhile I have “found” another image that is missing. (igdm_ItemHoverParent.png) To test if the missing file error is really caused by the images I tried to fix those to missing files, but I still get the error.
So here again my questions:
Is there a way I can make sure that I got all images I need? Are there any other known issues with the images and style sheets?
I don’t want to look through all style sheets and fix them, especially not, if I have to do that again with the next Version of the controls. It is also hard for me to look through lists of hot fixes to see if something is done in the next version. You as the developers must have a better way to see if all files are OK and all images are in the setup?
Uli