zoukankan      html  css  js  c++  java
  • mono+jexus 验证码不显示:System.Drawing

    System.ArgumentException

    The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound]

    Description: HTTP 500.Error processing request.

    Details: Non-web exception. Exception origin (name of application or object): System.Drawing.

    Exception stack trace:
    at System.Drawing.GDIPlus.CheckStatus (Status status) <0x4083e570 + 0x00813> in <filename unknown>:0 at System.Drawing.FontFamily..ctor (GenericFontFamilies genericFamily) <0x40843a70 + 0x000af> in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.FontFamily:.ctor (System.Drawing.Text.GenericFontFamilies) at System.Drawing.FontFamily.get_GenericSansSerif () <0x408439c0 + 0x00027> in <filename unknown>:0 at System.Drawing.Font.CreateFont (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte charSet, Boolean isVertical) <0x40843200 + 0x000cf> in <filename unknown>:0 at System.Drawing.Font..ctor (System.String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont) <0x40843170 + 0x00073> in <filename unknown>:0 at System.Drawing.Font..ctor (System.String familyName, Single emSize, FontStyle style) <0x40843110 + 0x00047> in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Drawing.Font:.ctor (string,single,System.Drawing.FontStyle) at BLL.validatedCode.CreateImageCode (System.String code) <0x40841680 + 0x003b3> in <filename unknown>:0 at BLL.validatedCode.CreateImageOnPage (System.String code, System.Web.HttpContext context) <0x408414e0 + 0x00057> in <filename unknown>:0 at Web.code.Page_Load (System.Object sender, System.EventArgs e) <0x40840570 + 0x00087> in <filename unknown>:0 at System.Web.UI.Control.OnLoad (System.EventArgs e) <0x412fed10 + 0x00079> in <filename unknown>:0 at System.Web.UI.Control.LoadRecursive () <0x412fec00 + 0x00083> in <filename unknown>:0 at System.Web.UI.Page.ProcessLoad () <0x412fea80 + 0x000a3> in <filename unknown>:0 at System.Web.UI.Page.ProcessPostData () <0x412fe940 + 0x00093> in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () <0x412fc000 + 0x0048f> in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) <0x412f7870 + 0x001f3> in <filename unknown>:0
  • 相关阅读:
    python中的特殊函数__call__
    python的内存机制
    tf.train.Saver()-tensorflow中模型的保存及读取
    修改过的bug
    JQuery的attr 与 val区别及使用
    多线程处理同一个List测试dome
    synchronized 使用总结
    oracle 自定义函数
    第一天写博客,分享下学习oracle存储过程的过程
    SqlServer
  • 原文地址:https://www.cnblogs.com/shengshuai/p/5357293.html
Copyright © 2011-2022 走看看