Book a Demo

Author Topic: Missing "using" clauses in generated code  (Read 3332 times)

kozziou

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Missing "using" clauses in generated code
« on: February 18, 2011, 01:12:34 am »
Hello,

When I generate source code (C#) from my model some files lack all the necessary "using" clauses. This happens only with a small subset of classes - the vast majority is OK.

It's a problem because it forces me to fix these errors every time I want to compile this generated code.

Any ideas what could be the problem?