Private Messages -> View All -> try and "Mark" an entry with the check box.
A new event has been added to the event log:
Exception: ParseException
Message: No property or field 'Mark' exists in type 'PrivateMessage'
Stack Trace: at Continua.Shared.ExpressionParser.ParseMemberAccess(Type type, Expression instance)
at Continua.Shared.ExpressionParser.ParseIdentifier()
at Continua.Shared.ExpressionParser.ParsePrimary()
at Continua.Shared.ExpressionParser.ParseUnary()
at Continua.Shared.ExpressionParser.ParseMultiplicative()
at Continua.Shared.ExpressionParser.ParseAdditive()
at Continua.Shared.ExpressionParser.ParseComparison()
at Continua.Shared.ExpressionParser.ParseLogicalAnd()
at Continua.Shared.ExpressionParser.ParseLogicalOr()
at Continua.Shared.ExpressionParser.ParseExpression()
at Continua.Shared.ExpressionParser.ParseOrdering()
at Continua.Shared.DynamicQueryable.OrderBy(IQueryable source, String ordering, Object[] values)
at Continua.PrivateMessages.PrivateMessageManager.GetPrivateMessagesForUser(User user, Paging paging)
at Continua.Services.PrivateMessageService.GetPrivateMessagesForUser(String userName, Paging paging)
at SyncInvokeGetPrivateMessagesForUser(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)