Symptomswhen you browse a Microsoft. NET Framework 2.0 ASP. WEB application, you may receive one of the following EXCEP Tions:exception 1Exception type:filenotfoundexception Exception message:could not load file or assembly ' APP_WEB_-E9DBMA J, version=0.0.0.0, culture=neutral, Publickeytoken=null ' or one of its dependencies. The system cannot find the file specified. Exception 2Compiler Error Message:CS0006:Metadata file ' C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP. NET Files\cms.web\44e73607\b028acb3\app_global.asax.fakktchx.dll ' could not being foundresolutionhotfix information
A supported hotfix is available from Microsoft. However, this hotfix are intended to correct only the problem that's described in this article. Apply this hotfix only to systems is experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you is not severely affected by this problem, we recommend so you wait for the next software update that Contains this hotfix.
To download this hotfix from the MSDN Code Gallery, visit the following Microsoft Web site:
http://code.msdn.microsoft.com/KB934839
Note the MSDN Code Gallery displays the languages for which, the hotfix is available. If you don't see your language listed, it's because the Code Gallery resource page is not available for that language.
Note If additional issues occur or if any troubleshooting are required, you might has to create a separate service request . The usual support costs would apply to additional support questions and issues that does not qualify for this specific hotfix . For a complete list of Microsoft Customer Service and support telephone numbers or to create a separate Service request, V Isit the following Microsoft Web site:
Http://support.microsoft.com/contactus/?ws=supportPrerequisitesYou must has the . NET Framework 2.0 installed before you apply this hotfix.Restart RequirementRestart your computer after you apply this hotfix.Hotfix Replacement InformationThis hotfix does not replace any other hotfixes.File InformationThe Chinese version of this hotfix have the file attributes (or later file attributes) that is listed in the following Table. The dates and times for these files is listed in coordinated Universal time (UTC). When you view the file information, it's 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 Pan El. Microsoft. NET Framework 2.0, 32-bit versions
File name |
File version |
File Size |
Date |
| Time
Platform |
aspnet_wp.exe |
2.0.50727.819 |
32,600 |
15-mar-2007 |
10:22 |
x86 |
System.web.dll |
2.0.50727.819 |
5,156,864 |
15-mar-2007 |
10:23 |
x86 |
Webengine.dll |
2.0.50727.819 |
406,016 |
15-mar-2007 |
10:22 |
x86 |
Microsoft. NET Framework 2.0, 64-bit versions
File name |
File version |
File Size |
Date |
| Time
Platform |
aspnet_wp.exe |
2.0.50727.819 |
44,376 |
15-mar-2007 |
05:33 |
x64 |
System.web.dll |
2.0.50727.819 |
5,087,232 |
15-mar-2007 |
05:33 |
x64 |
Webengine.dll |
2.0.50727.819 |
710,144 |
15-mar-2007 |
02:23 |
x64 |
aspnet_wp.exe |
2.0.50727.819 |
32,600 |
15-mar-2007 |
10:22 |
x86 |
System.web.dll |
2.0.50727.819 |
5,156,864 |
15-mar-2007 |
10:23 |
x86 |
Webengine.dll |
2.0.50727.819 |
406,016 |
15-mar-2007 |
10:22 |
x86 |
Microsoft. NET Framework 2.0, itanium-based versions
File name |
File version |
File Size |
Date |
| Time
Platform |
aspnet_wp.exe |
2.0.50727.819 |
83,288 |
15-mar-2007 |
06:22 |
IA-64 |
System.web.dll |
2.0.50727.819 |
4,710,400 |
15-mar-2007 |
06:22 |
IA-64 |
Webengine.dll |
2.0.50727.819 |
1,181,696 |
15-mar-2007 |
02:25 |
IA-64 |
aspnet_wp.exe |
2.0.50727.819 |
32,600 |
15-mar-2007 |
10:22 |
x86 |
System.web.dll |
2.0.50727.819 |
5,156,864 |
15-mar-2007 |
10:23 |
x86 |
Webengine.dll |
2.0.50727.819 |
406,016 |
15-mar-2007 |
10:22 |
x86 |
Workaroundto work around this problem, delete all files in the temporary ASP. To does this, follow these steps:
- Click Start, click Run, type iisreset/stop, and then click OK.
- Open the DriveLetter : Windows\microsoft.net\framework\v2.0.50727\temporary ASP. NET Files directory.
- Delete all files and all folders in the directory so located in step 2.
- Click Start, click Run, type iisreset/start, and then click OK.
can also work around this problem by setting theBatch property of the compilation tag to False. To does this, follow these steps:
- In the Microsoft Visual Studio 2005 project, right-click Web. config in Solution Explorer, and then click open.
- Locate the code that resembles the following.
<compilation debug="false" />
- Replace the code that is located in step 2 with the following code.
<compilation debug="false" batch="false" />
Note If You set the value of the "Numrecompilesbeforeapprestart Property" in the compilation tag to a high number, s Uch as, you'll reduce the number of times that this problem occurs. The compilation tag would resemble the following after you set the ' Numrecompilesbeforeapprestart property.
<compilation debug="false" numRecompilesBeforeAppRestart="50" />
Statusmicrosoft have confirmed that's a problem in the Microsoft products that was listed in the ' Applies to ' section . More InformationFor more information, click the following article number to view the article in the Microsoft knowledge Ba se:824684 Description of the standard terminology that's used to describe Microsoft software updatesproperties
Article Id:934839-last review:10/08/2011 19:06:00-revision:3.0
applies toMicrosoft ASP 2.0, Microsoft. NET Framework 2.0Keywords:
- Kbvistasp1fix kbbug kbfix kbqfe KB934839
You may receive a exception if you browse a. NET Framework 2.0 ASP. WEB Application