latest nhib stable
prereqs:
referenced assembly inGauged.GCCBase
referencing assembly : inGauged.Inventory
when i load the referencing assembly, always *after* the referenced one, i get a cannot interpret type error.
I, of course, have a reference to both assemblies in my project, and i load GCCBase before Inventory.
my property declaration references the full assembly information as such:
Code:
<property name="EndUserGroup" column="EUGroupID" type="inGauged.GCCBase.EndUserGroup, inGauged.GCCBase" />
yet I still get the cannot interpret type error.
Is someone willing to help me on this one?