非常にランダムに、アイテムが既に追加されているというエラーが表示されます。LinqToSql データ コンテキストを照会するときのディクショナリのキーであり、それを停止する唯一の方法は IIS を再起動することです。
エラーメッセージ:
エラー メッセージ: アイテムは既に追加されています。辞書のキー: 'Int32 Single1[System.Int32]">Int32' 追加されるキー: 'Int32 Single[Int32](System.Collections.Generic.IEnumerable1[System.Int32])'
スタックトレース:
スタック トレース: System.Reflection.CerHashtable
2.Insert(K[] keys, V[] values, Int32& count, K key, V value) at System.Reflection.CerHashtable
2.Preallocate (Int32 カウント) で System.RuntimeType.RuntimeTypeCache.GetGenericMethodInfo(RuntimeMethodHandleInternal genericMethod) で System.RuntimeType.GetMethodBase(RuntimeType ReflectType、RuntimeMethodHandleInternal methodHandle) で System.Reflection.RuntimeMethodInfo.MakeGenericMethod( Type[] methodInstantiation) at System.Linq.Queryable.Count[TSource](IQueryable1 source) at Triton.CRM.OrganisationType.LoadOrganisationTypeInformation() in c:\Users\timg\Documents\Visual Studio 2012\Projects\Triton V2\TritonDataSets\Organisation\OrganisationType.cs:line 82 at Triton.CRM.OrganisationType.get_OrganisationTypeName() in c:\Users\timg\Documents\Visual Studio 2012\Projects\Triton V2\TritonDataSets\Organisation\OrganisationType.cs:line 31 at Triton.CRM.OrganisationType.GetAllData(Int32 PageSize, Int32 Currentpage, String sortField, String sortOrder, String query, Int32 personId, Int64 organisationId, String groupIdListCtv, String select, String searchValue, Boolean useFullTextSearch, List
c:\Users\timg\Documents\Visual Studio 2012\Projects\Triton V2\TritonDataSets\Organisation\OrganisationType.cs:line 255 の 1 groupIdList) System.Web.Util の CustomPages_GetFranchiseeSummary.Page_Load(オブジェクト送信者、EventArgs e) で。 CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
バグに関係していることに言及している投稿がたくさんありますSystem.Reflection.RuntimeMethodInfo.MakeGenericMethod
が、解決策はありません。
Microsoft Connect でもこれを見つけましたが、.net 4 で修正され、.net 4.5 を実行していると言われています
https://connect.microsoft.com/VisualStudio/feedback/details/738253