[ArgumentException: An item with the same key has already been added.]
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) +52
System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) +10571237
BlogEngine.Core.AuthorProfile.get_Profiles() +244
BlogEngine.Core.AuthorProfile.GetProfile(String username) +44
BlogEngine.Core.Post.get_AuthorProfile() +8
post.OnInit(EventArgs e) +1841
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
Every line is precious.
Insert(TKey key, TValue value, Boolean add)
GetProfile(String username)
calls
get_Profiles()
InitRecursive
Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint
System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)