Adding the full namespace worked, so does that mean I should expect "keyword" issues from generated code or does the gen'd code always fully qualify? Meaning should I not risk it and use an alias for my tables (mapping file)?
The other block does work 75% of the time but gets that null reference the other 25%. This is what I am worried about in terms of maybe needing to use an alias.
I had this code in there as well but it didn't help:
<
DeepLoadProperties Method="IncludeChildren" Recursive="False">
<Types><data:EventsProperty Name="Venues"/>
<data:EventsProperty Name="Groups"/> <%--<data:EventsProperty Name="MemberEventsCollection" />--%>
<%
--<data:EventsProperty Name="MembersCollection_From_MemberEvents" />--%>
</Types>
</DeepLoadProperties>
If that's what you meant then that did not resolve the issue.
It's not a big site but I don't want to be chasing down "keyword" issues either.
Thanks again Jeff! (you'll probably be glad when I've finished this project)