TypeGen throws the error: "APPLICATION ERROR: Generated type must be either a C# class or enum. Error when generating type System.Nullable`1" When a C# class contains a byte?[] property type like: public byte?[] Password { get; set; }