Marco
2 years agoContributor II
Error in BR: Object reference not set to an instance of an object.
Hi, I have the following code that gives me an error: Object reference not set to an instance of an object.
Dim listMbrEntityD As New List(Of Member)
Dim dimpkEntityD As New DimPk(mbrEntityD.DimTypeId, mbrEntityD.DimId)
listMbrEntityD.AddRange(BRApi.Finance.Members.GetBaseMembers(si, dimpkEntityD, mbrEntityD.MemberId))
I have debugged with errorlog but it doesn’t manage to print anything to see the values, any idea how to solve it?