zoukankan      html  css  js  c++  java
  • csdn的一个错误,远程都可以看到详细错误。程序员的疏忽?

     http://blog.csdn.net/litp/archive/2007/03/04/1520579.aspx

    Server Error in '/' Application.

    Attempting to deserialize an empty stream.

    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.Runtime.Serialization.SerializationException: Attempting to deserialize an empty stream.

    Source Error:

    An unhandled exception was generated during the execution of the current web request.
    Information regarding the origin and location of the exception can be identified
    using the exception stack trace below.

    Stack Trace:

    [SerializationException: Attempting to deserialize an empty stream.]
    System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize
    (Stream serializationStream, HeaderHandler handler, Boolean fCheck,
    Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +1672888 System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize
    (Stream serializationStream) +12 Cnlamar.Serialization.Deserialize(Byte[] Byte, Boolean Xml,
    Boolean Decompress) +279 HeyCacher.Providers.FileCacheProvider.innerGet(String filename) in
    D:\HeyCacher\Src\HeyCacher.Components\Providers\FileCacheProvider\
    FileCacheProvider.cs:231 HeyCacher.Providers.FileCacheProvider.GetCacheItem
    (String Key, CacheTack cacheTack) in
    D:\HeyCacher\Src\HeyCacher.Components\Providers\FileCacheProvider\
    FileCacheProvider.cs:165 HeyCacher.Caches.Get(String PolicyName, String Key, CacheTack cacheTack) in
    D:\HeyCacher\Src\HeyCacher.Components\Caches.cs:387 Dottext.Framework.BlogCache.Get(String key, String extInf, CacheType ct) +131 Dottext.Framework.Links.GetCategoriesByType
    (CategoryType catType, Boolean ActiveOnly, Int32 blogId) +215 Dottext.Framework.BuildStaticPage.CategoryBuilder.GetCategoryLinks
    (CategoryType catType) +35 Dottext.Framework.BuildStaticPage.CategoryBuilder.BuildGalleryCategory() +38 Dottext.Framework.BuildStaticPage.CategoryBuilder.Build() +78 Dottext.Framework.StaticPageInfo.ValidateFile
    (String fileName, StaticPageType pageType,
    BlogConfig config, String extensionInfo) +115 Dottext.Framework.Utils.ReadCachedString(StaticPageInfo pageInfo) +120 Dottext.Web.UI.Controls.CategoryList.OnLoad(EventArgs e) in
    D:\CSDN Web Site\Csdn Blog\Src\Library\
    Dottext.Web\UI\Controls\CategoryList.cs:48 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.BasePartialCachingControl.LoadRecursive() +113 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain
    (Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint) +1061


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
  • 相关阅读:
    解析url
    初学react
    移动端判断用户滑动方向
    冒泡排序、快速排序、数组去重
    Angular Material主题配置
    reset()方法的使用、jq下面reset()的正确使用方法
    conts、var 、let的区别
    NLP
    mybatis的执行流程
    PHP递归算法示例:打印无限级数组元素的值
  • 原文地址:https://www.cnblogs.com/sky266/p/812960.html
Copyright © 2011-2022 走看看