Author Topic: Attributes galore!  (Read 1933 times)

MikiNanuk

  • EA Novice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Attributes galore!
« 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

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Attributes galore!
« Reply #1 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