.Net应用程序无法正常工作 [英] .Net application not working

查看:97
本文介绍了.Net应用程序无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我们有一个在sqlserver 2000上运行的.net应用程序。我们无法登录该应用程序。我们尝试缩小日志文件。

We have a .net application which is running on sqlserver 2000. we are unable to log into the application. we tried shrunking the log file.

但我们仍然无法登录。当我们使用事件查看器时,得到以下语句。可以理解它是什么。

but still we cannot login.when we used event viewer, got the following statements.couldnt understand what it is.

错误: 

错误消息: 值不能为空。

参数名称:值

错误跟踪: 

    at System.Web.Caching.CacheEntry..ctor(String key,Object value,CacheDependency依赖项,CacheItemRemovedCallback onRemovedHandler,DateTime utcAbsoluteExpiration,TimeSpan slidingExpiration,CacheItemPriority priority,Boolean isPublic)

    at System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic,String key,Object value,CacheDependency dependencies,DateTime utcAbsoluteExpiration,TimeSpan slidingExpiration,CacheItemPriority priority,CacheItemRemovedCallback onRemoveCallback,
Boolean replace)

    at System.Web.Caching.Cache.Insert(String key,Object value)

    at Stratature.EDM.WebUI.Database..ctor()

    at Stratature.EDM.WebUI.Common.SystemSettingGet(String Name)

    at Stratature.EDM.WebUI.DataAccess.LogEvent(String message,EventLogEntryType entryType)

    at Stratature.EDM.WebUI.Notification.AbortThread()

    at Stratature.EDM.WebUI.EDMGlobal.Application_End(Object sender,EventArgs e)

STACK_TRACE: 

   在System.Environment.GetStackTrace(例外e)

   在System.Environment.GetStackTrace(例外e)

    at System.Environment.get_StackTrace()

    at Stratature.EDM.WebUI.Utilities.Logging.LogEvent(String message,EventLogEntryType entryType)

    at Stratature.EDM.WebUI.EDMGlobal.Application_Error(Object sender,EventArgs e)

    at System.Web.HttpApplication.RaiseOnError()

    at System.Web.HttpApplication.RecordError(异常错误)

    at System.Web.HttpApplication.ProcessSpecialRequest(HttpContext context,MethodInfo method,Int32 paramCount,Object eventSource,EventArgs eventArgs,HttpSessionState session)

    at System.Web.HttpApplicationFactory.FireApplicationOnEnd()

    at System.Web.HttpApplicationFactory.Dispose()

    at System.Web.HttpRuntime.Dispose()

    at System.Web.HttpRuntime.Close()

    at System.Web.Hosting.ISAPIRuntime.StopProcessing()



有关详细信息,请参阅http://go.microsoft.com/上的"帮助和支持中心"。 fwlink / events.asp。

Error in:  
Error Message:  Value cannot be null.
Parameter name: value
Error Trace:  
   at System.Web.Caching.CacheEntry..ctor(String key, Object value, CacheDependency dependency, CacheItemRemovedCallback onRemovedHandler, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, Boolean isPublic)
   at System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key, Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback, Boolean replace)
   at System.Web.Caching.Cache.Insert(String key, Object value)
   at Stratature.EDM.WebUI.Database..ctor()
   at Stratature.EDM.WebUI.Common.SystemSettingGet(String Name)
   at Stratature.EDM.WebUI.DataAccess.LogEvent(String message, EventLogEntryType entryType)
   at Stratature.EDM.WebUI.Notification.AbortThread()
   at Stratature.EDM.WebUI.EDMGlobal.Application_End(Object sender, EventArgs e)
STACK_TRACE: 
   at System.Environment.GetStackTrace(Exception e)
   at System.Environment.GetStackTrace(Exception e)
   at System.Environment.get_StackTrace()
   at Stratature.EDM.WebUI.Utilities.Logging.LogEvent(String message, EventLogEntryType entryType)
   at Stratature.EDM.WebUI.EDMGlobal.Application_Error(Object sender, EventArgs e)
   at System.Web.HttpApplication.RaiseOnError()
   at System.Web.HttpApplication.RecordError(Exception error)
   at System.Web.HttpApplication.ProcessSpecialRequest(HttpContext context, MethodInfo method, Int32 paramCount, Object eventSource, EventArgs eventArgs, HttpSessionState session)
   at System.Web.HttpApplicationFactory.FireApplicationOnEnd()
   at System.Web.HttpApplicationFactory.Dispose()
   at System.Web.HttpRuntime.Dispose()
   at System.Web.HttpRuntime.Close()
   at System.Web.Hosting.ISAPIRuntime.StopProcessing()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.




请帮帮我。它的紧急问题需要解决。

please help me . its urgent issue need to be addressed.

谢谢,

venkat。

推荐答案

这是Sync Framework Toolkit论坛,您可能希望将问题发布到更合适的论坛:ASP.NET或.NET Development
this is the Sync Framework Toolkit forum, you might want to post your question to the more appropriate forums: either ASP.NET or .NET Development


这篇关于.Net应用程序无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆