fiogf49gjkf0d I have a few customizations I bundled up from v7.5.2. I simulated the customer's live upgrade as closely as possible in a test environment in moving to v7.5.4. On the test environment, I was able to effectively apply and build the customizations on top of the v7.5.4 + Mobile 1.1 project.
On the live upgrade, I tried following the same steps. I received the below error. On my last attempt, I backed up the full project from the test server and imported into a live project. Same thing - build failure on Interfaces. Note that I did clear out the output path in all cases.
As an attempt, I also transferred over the output folder and then just deployed thinking that might help narrow down the problem. The web customizations show up but the data is not bound (doesn't display data when it has it and doesn't allow new data to be saved).
Any ideas on why this is happening? Seems like the environment should be the same. Is it possible I'm missing one or more pieces of data in the database? Thanks in advance.
ERROR - C:\Documents and Settings\SLXService\Application Data\Sage\Platform\Output\interfaces\IAccount.cs(421,16):The type 'Sage.Entity.Interfaces.IAccount' already contains a definition for 'Owner'
-- 419: [Properties.SRDisplayName("Account.Owner.DisplayName")]
-- 420: [BelongsTo]
-- 421: IOwner Owner { get; set; }
-- 422: ICollection<IReturn> Returns { get; }
-- 423: [Properties.SRDisplayName("Account.SalesOrders.DisplayName")] |