java dotnet idiocy
Jul. 20th, 2016 08:36 am[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)
When I wrote it about 8 years ago, I could never guess that I'd need it later on. Now it is a tool without which I could not do anything. Feeling like will have to work on it, turn it into something more useful.
What I'm currently trying to do now, is build latex from sources (already rsync'd) on the server I renor t for $10/mo, where all I have is the opportunity to upload a war and run my servlets or jsps. Being lazy, I prefer jsps... except for my app which I wrote in Scala... but Scala is not very far from jsp actually.
What I'm currently trying to do now, is build latex from sources (already rsync'd) on the server I renor t for $10/mo, where all I have is the opportunity to upload a war and run my servlets or jsps. Being lazy, I prefer jsps... except for my app which I wrote in Scala... but Scala is not very far from jsp actually.