Microsoft KB Archive/922345

From BetaArchive Wiki

Article ID: 922345

Article Last Modified on 11/15/2007



APPLIES TO

  • Microsoft ASP.NET 2.0



SYMPTOMS

When you try to run a Microsoft ASP.NET 2.0 Web application that includes Web services, you continuously receive the following error message:

The file <FilePath> does not exist

Note In this error message, <FilePath> is placeholder for the path of the .aspx file.

You continuously receive this error message until the Microsoft Internet Information Services (IIS) application pool that hosts the ASP.NET 2.0 Web application is recycled.

This problem may occur when you run the ASP.NET 2.0 Web application in a high-load environment.

CAUSE

This problem occurs because the code that generates the Web Services Description Language (WSDL) file may unregister any VirtualPathProviders class that is used by the ASP.NET 2.0 Web application. This problem may occur if more than one WSDL help request is in process. If the VirtualPathProviders classes are unregistered, any content that resides on the virtual path may be inaccessible.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.

To resolve this problem, submit a request to Microsoft Online Customer Services to obtain the hotfix. To submit an online request to obtain the hotfix, visit the following Microsoft Web site:

Note If additional issues occur or any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. To create a separate service request, visit the following Microsoft Web site:

Prerequisites

You must have ASP.NET 2.0 installed to apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix replaces the hotfixes that are described in the following Microsoft Knowledge Base articles:

911276 FIX: Error message when you try to go to an ASP.NET page by using a URL that contains Unicode characters: "HTTP error 400 'bad request'"


913393 FIX: You receive an exception error message when you specify a Content-Length HTTP header that is larger than 2 GB in ASP.NET 2.0


915782 FIX: You may receive an InvalidCastException error in an ASP.NET-connected Web application


918181 FIX: You receive a ThreadAbortException exception in an ASP.NET Web application that is based in the .NET Framework 2.0 when the Async page directive property is set to true


920970 FIX: You may experience an unexpected AppDomain restart in an ASP.NET Web application that is based on the .NET Framework 2.0


File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

The Microsoft .NET Framework 2.0, x86-based versions
File name File version File size Date Time
Aspnet_wp.exe 2.0.50727.174 23,040 01-Jul-2006 06:53
Webengine.dll 2.0.50727.174 300,032 01-Jul-2006 06:53
System.Web.dll 2.0.50727.174 5,025,792 01-Jul-2006 06:53
The Microsoft .NET Framework 2.0, x64-based versions
File name File version File size Date Time
Aspnet_wp.exe 2.0.50727.174 34,816 30-Jun-2006 22:12
Aspnet_wp.exe 2.0.50727.174 23,040 01-Jul-2006 06:53
Webengine.dll 2.0.50727.174 540,672 30-Jun-2006 22:12
Webengine.dll 2.0.50727.174 300,032 01-Jul-2006 06:53
System.Web.dll 2.0.50727.174 4,960,256 01-Jul-2006 03:12
System.Web.dll 2.0.50727.174 5,025,792 01-Jul-2006 06:53
The Microsoft .NET Framework 2.0, Itanium-based versions
File name File version File size Date Time
Aspnet_wp.exe 2.0.50727.174 73,728 30-Jun-2006 22:18
Aspnet_wp.exe 2.0.50727.174 23,040 01-Jul-2006 06:53
Webengine.dll 2.0.50727.174 868,864 30-Jun-2006 22:18
Webengine.dll 2.0.50727.174 300,032 01-Jul-2006 06:53
System.Web.dll 2.0.50727.174 4,595,712 01-Jul-2006 04:00
System.Web.dll 2.0.50727.174 5,025,792 01-Jul-2006 06:53


WORKAROUND

To work around this problem, recycle the IIS application pool that hosts the ASP.NET 2.0 Web application to register the VirtualPathProviders classes again. To do this, follow these steps:

  1. Click Start, click Run, type inetmgr, and then click OK.
  2. Expand <Server Name>, and then expand Application Pools.


Note <Server Name> is a placeholder for the name of the computer on which you want to recycle the IIS application pool.

  1. Right-click the IIS application pool that you want to recycle, and then click Recycle.
  2. Right-click <Server Name>.
  3. Click All Tasks, and then click Restart IIS.
  4. Click OK.


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

This hotfix becomes effective the next time that the IIS application pool is recycled.

For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Keywords: kbexpertiseadvanced kbfix kbhotfixserver kbqfe kbpubtypekc KB922345