You may receive an exception when you browse a .NET Framework 2.0 ASP.NET Web application
SYMPTOMS
When you browse a Microsoft .NET Framework 2.0 ASP.NET Web application, you may receive one of the following exceptions:
RESOLUTION
Hotfix information
A supported hotfix is 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 software update that contains this hotfix.
To download this hotfix from the MSDN Code Gallery, visit the following Microsoft Web site:
Note The MSDN Code Gallery displays the languages for which the hotfix is available. If you do not see your language listed, it is because the Code Gallery resource page is not available for that language.
Note If additional issues occur or if 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. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site:
Prerequisites
You must have the .NET Framework 2.0 installed before you apply this hotfix.
Restart requirement
You do not have to restart your computer after you apply this hotfix.
Hotfix replacement information
This hotfix does not replace any other hotfixes.
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.
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 |
WORKAROUND
To work around this problem, delete all files in the Temporary ASP.NET Files directory. To do 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 that you located in step 2.
- Click Start, click Run, type iisreset /start, and then click OK.
You can also work around this problem by setting the batch property of the compilation tag to false. To do 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 you 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, such as 50, you will reduce the number of times that this problem occurs. The compilation tag will resemble the following after you set the numRecompilesBeforeAppRestart property.
<compilation debug="false" numRecompilesBeforeAppRestart="50" />
STATUS
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
MORE INFORMATION
For more information, click the following article number to view the article in the Microsoft Knowledge Base:
Article ID: 934839 - Last Review: 10/08/2011 19:06:00 - Revision: 3.0
- kbvistasp1fix kbbug kbfix kbqfe KB934839
You may receive an exception when you browse a .NET Framework 2.0 ASP.NET Web application的更多相关文章
- Exception Handling in ASP.NET Web API
public static void RegisterGlobalFilters(GlobalFilterCollection filters) { filters.Add(new HandleErr ...
- Exception Handling in ASP.NET Web API webapi异常处理
原文:http://www.asp.net/web-api/overview/error-handling/exception-handling This article describes erro ...
- nest exception is java.sql.SQLException:ORA-01476:除数为0
1.错误描述 nest exception is java.sql.SQLException:ORA-01476:除数为0 2.错误原因 3.解决办法
- 一个解决过程:Servlet [某路径xxx] in web application [/项目xxx] threw load() exception和java.lang.ClassNotFoundException XXX
Servlet [某路径xxx] in web application [/项目xxx] threw load() exception和java.lang.ClassNotFoundException ...
- Custom Exception in ASP.NET Web API 2 with Custom HttpResponse Message
A benefit of using ASP.NET Web API is that it can be consumed by any client with the capability of m ...
- [未解决]Exception in thread "main" java.lang.IllegalArgumentException: offset (0) + length (8) exceed the capacity of the array: 6
调用这个方法 是报错,未解决 binfo.setTradeAmount(Double.parseDouble(new String(result.getValue(Bytes.toBytes(fami ...
- 严重: Servlet [SelectController] in web application [/servlet4] threw load() exception
在web.xml路径配置.jar包导入都正确的情况下,那就考虑是环境问题. 1.servers-->clean 将代码从tomcat中清除 2.Project-->clean 将ecli ...
- [转]Create Custom Exception Filter in ASP.NET Core
本文转自:http://www.binaryintellect.net/articles/5df6e275-1148-45a1-a8b3-0ba2c7c9cea1.aspx In my previou ...
- .net Framework Class Library(FCL)
from:http://msdn.microsoft.com/en-us/library/ms229335.aspx 我们平时在VS.net里引用的那些类库就是从这里来的 The .NET Frame ...
随机推荐
- 系统吞吐量(TPS)、用户并发量
PS:下面是性能测试的主要概念和计算公式,记录下: 一.系统吞度量要素: 一个系统的吞度量(承压能力)与request对CPU的消耗.外部接口.IO等等紧密关联. 单个reqeust 对CPU消耗越高 ...
- tomcat配置详解/优化方案
Service.xml Server.xml配置文件用于对整个容器进行相关的配置. <Server>元素:是整个配置文件的根元素.表示整个Catalina容器. 属性:className: ...
- 简单Excel表格上传下载,POI
一.废话 Excel表格是office软件中的一员,几乎是使用次数最多的办公软件.所以在java进行企业级应用开发的时候经常会用到对应的上传下载便利办公. 目前,比较常用的实现Java导入.导出Exc ...
- Alpha 测试
活动助手Alpha--测试篇 测试分工 人员 分工 测试 牛姐 Android开发/ui设计 功能测试 橙汁 Android开发 功能测试 洪 数据库开发 数据库结构测试 佳凯 数据库设计与开发 接口 ...
- (iOS)Base64加密和DES加密、以及JAVA和iOS中DES加密统一性问题
我们在项目中为了安全方面的考虑,通常情况下会选择一种加密方式对需要安全性的文本进行加密,而Base64加密和DES64加密是常用的加密算法.我记得我在前一个项目中使用的就是这两种加密算法的结合:Bas ...
- Trie URAL 7192 Chip Factory (15长春J)
题目传送门 题意:从n个数中选出不同的三个数a b c,使得(a+b)^c 最大 分析:先将所有数字按位插入到字典树上,然后删除两个数字,贪心询问与剩下的数字最大异或值. /************* ...
- Linux 任务控制
Linux/Unix 提供了不同与 windows 的多任务处理,也提供一套用来切换前后台任务的命令 bg fg & Ctrl+z nohup sitsid Ctrl-Z 挂起程序 user@ ...
- Nagios配置文件详解
首先要看看目前Nagios的主配置路径下有哪些文件.[root@nagios etc]# ll总用量 152-rwxrwxr-x. 1 nagios nagios 1825 9月 24 14:40 ...
- XVI Open Cup named after E.V. Pankratiev. GP of Eurasia
A. Nanoassembly 首先用叉积判断是否在指定向量右侧,然后解出法线与给定直线的交点,再关于交点对称即可. #include<bits/stdc++.h> using names ...
- CentOS利用inotify+rsync实现文件同步
1.环境部署 inotify-master 10.10.6.208 inotify-slave 10.10.6.149 2.两台服务器都安装rsync yum install -y rsync 3.i ...