验证图片出不来了!打开图片地址出现这个错误
http://www.bbscn.net/tools/VerifyImagePage.aspx?time=0.998129456476996Server Error in '/' Application.
Font 'Times New Roman' cannot be found. 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.ArgumentException: Font 'Times New Roman' cannot be found.
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:
| [ArgumentException: Font 'Times New Roman' cannot be found.] System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fontCollection) +209 System.Drawing.FontFamily..ctor(String name) +6 Discuz.Plugin.VerifyImage.JpegImage.VerifyImage..cctor() +101[TypeInitializationException: The type initializer for 'Discuz.Plugin.VerifyImage.JpegImage.VerifyImage' threw an exception.] Discuz.Plugin.VerifyImage.JpegImage.VerifyImage..ctor() +0 Discuz.Plugin.VerifyImage.VerifyImageProvider.GetInstance(String assemlyName) +175 Discuz.Web.UI.Pages.VerifyImagePage.OnInit(EventArgs e) +289 System.Web.UI.Control.InitRecursive(Control namingContainer) +321 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692 |