Created
April 17, 2012 21:02
-
-
Save mstum/2409035 to your computer and use it in GitHub Desktop.
Halfwit Crash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Autofac.Core.DependencyResolutionException: | |
An exception was thrown while invoking the constructor 'Void .ctor(Halfwit2.Helpers.AggregateService, System.Func`3[Halfwit2.ViewModels.TimelineViewModel,Halfwit2.IHalfwitUser,Autofac.Features.OwnedInstances.Owned`1[Halfwit2.ViewModels.DirectMessageViewModel]], | |
System.Func`3[Halfwit2.ViewModels.TimelineViewModel,Halfwit2.ViewModels.StatusViewModel,Autofac.Features.OwnedInstances.Owned`1[Halfwit2.ViewModels.ReplyViewModel]], | |
System.Func`3[Halfwit2.ViewModels.TimelineViewModel,Halfwit2.ViewModels.StatusViewModel,Autofac.Features.OwnedInstances.Owned`1[Halfwit2.ViewModels.RetweetViewModel]], Halfwit2.ViewModels.TimelineViewModel, Budgie.TwitterStatus)' on type 'StatusViewModel'. | |
NullReferenceException: | |
Object reference not set to an instance of an object. | |
at Halfwit2.Extensions.TweetableExtensions.GetContentTextBlock(TwitterStatus item) | |
at Halfwit2.ViewModels.StatusViewModel..ctor(AggregateService services, Func`3 messageUpdateFactory, Func`3 replyUpdateFactory, Func`3 retweetUpdateFactory, TimelineViewModel host, TwitterStatus item) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment