nguyentientoan / socialauth-net

Automatically exported from code.google.com/p/socialauth-net
0 stars 0 forks source link

LoadProviders - An item with the same key has already been added #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, time to time i get this issue, most often when i run new build.

System.ArgumentException: An item with the same key has already been added.
   at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
   at Brickred.SocialAuth.NET.Core.ProviderFactory.LoadProviders()
   at Brickred.SocialAuth.NET.Core.ProviderFactory.GetProvider(PROVIDER_TYPE requestedProvider)
   at ASP.controls_facebookshare_ascx.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
   at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
   at ASP.master_home_master.__Renderform1(HtmlTextWriter __w, Control parameterContainer)

Original issue reported on code.google.com by vbu...@gmail.com on 1 Mar 2015 at 5:31