Book a Demo

Author Topic: Reverse Engineering Fails  (Read 2402 times)

marksisson

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Reverse Engineering Fails
« on: July 14, 2009, 02:33:56 pm »
I'm trying to reverse engineer a *.cs files that is the file generated by Visual Studio when you create an ADO.Net Entity Data Model.  In Visual Studio when you use the wizard to create this file it creates an *.edmx file with an associated *.cs file.  When I try to reverse engineer this file it complains on lines where the method syntax looks like this:

        partial void OnContextCreated();

And the error in EA: "There was a parsing error on line XXX: Unexpected symbol: OnContextCreated()."

Unfortunately, there are many of these partial, void method and this class file is KEY for me to model in EA since it contains all of my business classes (!!!).

Any ideas?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Reverse Engineering Fails
« Reply #1 on: July 15, 2009, 10:45:54 am »
Sounds like you're using an older version of EA that didn't support reverse engineering C# 3.  Try upgrading to the latest build.