连接 .NET 的 Web 应用程序在会话状态中存储一个对象。当您让此应用程序空闲 12 到 20 分钟,然后再次尝试访问该对象时,您可能会收到一条指出发生了无效对象异常的错误消息,如下所示:
Server Error in '/TheTest Application' Application.
Object reference not set to an instance of an object.
Description:An unhandled exception occurred during the execution of the current web request.Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.NullReferenceException:Object reference not set to an instance of an object.
现在,您可以从 Microsoft 获得支持的修复程序,但它仅用于纠正本文所述的问题。只将它应用于出现这一特定问题的系统。
注意 您必须有 Visual Studio 许可协议才能获得此修复程序。
要想解决此问题,请与 Microsoft 产品支持服务联系以获得该修补程序。有关 Microsoft 产品支持服务电话号码和支持费用信息的完整列表,请访问下面的 Microsoft Web 站点:
注意 特殊情况下,如果 Microsoft 支持专业人员确定只有专门更新才能解决您的问题,可免收支持电话的费用。对于不需要进行专门更新的问题以及其他支持查询,将正常收取费用。