'/' 應用程式中發生伺服器錯誤。

值不能為 null。
參數名稱: value

描述: 在執行目前 Web 要求的過程中發生未處理的例外狀況。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。

例外狀況詳細資訊: System.ArgumentNullException: 值不能為 null。
參數名稱: value

原始程式錯誤:


行 50:                 //Request.UserLanguages返回string陣列
行 51:                 string[] str1 = Request.UserLanguages;
行 52:                 pg.UserLanguages = string.Join(",", str1).Trim();
行 53:                 Session["UserLanguages"] = str1;
行 54:                 //Request.ServerVariables抓語系的key是HTTP_ACCEPT_LANGUAGE

原始程式檔: d:\客戶營運系統\shinyin_official\shinyin_official\shinyin\web\MP\shinyin.master.cs    行: 52

堆疊追蹤:


[ArgumentNullException: 值不能為 null。
參數名稱: value]
   System.String.Join(String separator, String[] value) +12897466
   MP_shinyin.Page_Load(Object sender, EventArgs e) in d:\客戶營運系統\shinyin_official\shinyin_official\shinyin\web\MP\shinyin.master.cs:52
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Control.LoadRecursive() +134
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


版本資訊: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4700.0