Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1015
File not found exception
posted

I've got a similar problem like here: https://ko.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:

.igdm_MenuItemVertical.igdm_MenuItemVerticalParent
{
      background-image: url(images/igwdm_SubMenuIndicator.gif);
}
 
.igdm_MenuItemHorizontal.igdm_MenuItemHorizontalParent
{
      background-image: url(images/igwdm_SubMenuIndicator.gif);
}

 

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?

Parents
No Data
Reply
  • 4493
    posted

    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.

Children