Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: MikiNanuk on September 16, 2004, 02:31:22 pm

Title: Attributes galore!
Post by: MikiNanuk on September 16, 2004, 02:31:22 pm
Every time we sync our object model with our C# code, it seems that attributes are being added again (and again, and again).  So for example we get something like this:

           [Serializable()]
     [Serializable()]
     private class Criteria

where one Serializable() attribute is plenty, and in fact all that the compiler can handle.

Are we doing something wrong?  Is there some way to fix this?

::MikiNanuk
Title: Re: Attributes galore!
Post by: Eve on September 16, 2004, 03:48:08 pm
What version of EA are you using?  I seem to remember this problem was fixed a while back.

Just did a quick check in build 737 and it synchronised properly.  So my suggestion is to upgrade your version.

Simon