Server Error in '/eform' Application.

Value cannot be null.
Parameter name: text

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.ArgumentNullException: Value cannot be null.
Parameter name: text

Source Error:


Line 33:     {
Line 34:         string r = string.Empty;
Line 35:         r = ChineseConverter.Convert(str, ChineseConversionDirection.TraditionalToSimplified);
Line 36:         return r;
Line 37:     }

Source File: d:\InetPub\ic_subsite\eform\App_Code\chineseConverter.cs    Line: 35

Stack Trace:


[ArgumentNullException: Value cannot be null.
Parameter name: text]
   Microsoft.International.Converters.TraditionalChineseToSimplifiedConverter.ChineseConverter.Convert(String text, ChineseConversionDirection direction) +218
   chineseConverter.GetSimplified(String str) in d:\InetPub\ic_subsite\eform\App_Code\chineseConverter.cs:35
   event_apply.toLang(String orgTxt) in d:\InetPub\ic_subsite\eform\event\apply.aspx.cs:75
   event_apply.setNONFamilyForm() in d:\InetPub\ic_subsite\eform\event\apply.aspx.cs:251
   event_apply.Page_Load(Object sender, EventArgs e) in d:\InetPub\ic_subsite\eform\event\apply.aspx.cs:565
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3282.0