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
  • 相关阅读:
    【移动端】300ms延迟以及点透事件原因以及解决方案
    javaScript drag对象进行拖拽使用详解
    js文件上传原理(form表单 ,FormData + XHR2 + FileReader + canvas)
    Linux常用bash命令
    一些好的关于网络知识的博客
    python 2 处理HTTP 请求的包
    python 3 处理HTTP 请求的包
    接口测试笔记
    接口测试资料
    PyH : python生成html
  • 原文地址:https://www.cnblogs.com/sky266/p/812960.html
Copyright © 2011-2022 走看看