This question is locked. New answers and comments are not allowed.
                        
                        When using a struct as a persistent type, Open Access seems to add a parameterless constructor to the struct during enhancement.  This causes problems because then the "default" and this parameterles constructor make the std call to create this struct ambiguous.  C# forbids parameterless constructors on structs and this is causing an issue.
Has anyone else seen this and if so, was there a fix or workaround?
Thanks
                                Has anyone else seen this and if so, was there a fix or workaround?
Thanks
