relate-plus

NullReferenceException When Getting Latest Topics and Replies For Forums in User's Clubs

I'm trying to query the set of forums (fora?) for the user's clubs to get the latest topics and replies in those forums. This is the code I'm using: RoomCollectionCriterion userClubRoomsCollection = new RoomCollectionCriterion(); foreach (Club userClub in userClubCollection) { RoomCriterion userClubRoomCriterion = new RoomCriterion...