I registered my 3 classes but when I go to instantiate one of the classes, I am told the class isn't registered. REGISTRATION:
===================================================================================== EXCEPTION: System.ArgumentException was unhandled Message=Type 'M1_DocumentElements' is not registered. Source=Xtensive.Orm StackTrace:
InnerException:
strong text |
What it turned out to be is a cut and paste error on my part. I didn't catch the qualifiers [Serializable] [HierarchyRoot] before my class definitions. I am now looking at a property position error but this issue appearrs to be solved. Thanks for the tip about the domain, I will add it to things to check when my code starts throwing exceptions in my dataobject code. This is my 1st day of development so things happen. Great that you have a progress, but have you missed our manual? It can be found here: help.dataobjects.net. Hope that helps |
Hello SkyCipher, Is there a probability that your |