Book a Demo

Author Topic: Support for C# Partial Classes  (Read 3733 times)

Luiz

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Support for C# Partial Classes
« on: October 25, 2004, 11:16:04 am »
I just tried to import a source directory containing a project created with VS.NET 2005 Whidbey. It contains some Winform source files, which use the C# 2.0 Partial Class feature. The importer for EA 4.1 complains:

"DAO.Recordset [3022]
The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship...."

I'm not sure if this warning is benign or not, because I do see two entries after the import completes for each case where a partial class was present in the source.

Rob Cecil