• “/”應用程序中的服務器錯誤 。

    給定關鍵字不在字典中 。

    說明: 執行當前 Web 請求期間 ,出現未經處理的異常 。請檢查堆棧跟蹤信息 ,以了解有關該錯誤以及代碼中導致錯誤的出處的詳細信息 。

    異常詳細信息: System.Collections.Generic.KeyNotFoundException: 給定關鍵字不在字典中 。

    源錯誤:

    
    行 53: 
    行 54:         //擴展內容
    行 55:         string sqlstr = StrSQL.GetSelectDetailStrSql(dicnews["MenuNo"] + "' and ExDigital='" + cid);
    行 56:         Trace.Write("擴展內容="+sqlstr);
    行 57:         Repeater2.DataSource = DbHelperSQL.Query(sqlstr);

    源文件: f:\usr\localuser\bxw2341530037\product\instrument\Default.aspx.cs    行: 55

    堆棧跟蹤:

    
    [KeyNotFoundException: 給定關鍵字不在字典中
    。]
       System.Collections.Generic.Dictionary`2.get_Item(TKey key) +10629801
       product_instrument_Default.bind() in f:\usr\localuser\bxw2341530037\product\instrument\Default.aspx.cs:55
       product_instrument_Default.Page_Load(Object sender, EventArgs e) in f:\usr\localuser\bxw2341530037\product\instrument\Default.aspx.cs:33
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Control.OnLoad(EventArgs e) +92
       System.Web.UI.Control.LoadRecursive() +54
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
    


    版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.0.30319.34280