fiogf49gjkf0d Hi, I hope someone can help with this one. I've just installed saleslogix 7.5 service pack 4. We had been on Sp2, and since I had a number of issues with the differencing tool not really working, I decided to take a different tack, and just install a vanilla out of the box saleslogix build and apply service pack 4. That bit seemed to work well, the project builds, and deploys with no problems.
I had bundled all of our SP 2 customisations into architect bundles, but there are lost of issues with the platform not building, so I am left with manually adding everything back in. I am in the middle of doing that just now, but whenever I try to add a new entity using the entity wizzard, the platform refuses to build. I get a warning like
WARN - C:\Users\hobbse\AppData\Roaming\Sage\Platform\Output\interfaces\IAccountAlias.cs(45,16):'Sage.Entity.Interfaces.IAccountAlias.Id' hides inherited member 'Sage.Platform.ComponentModel.IComponentReference.Id'. Use the new keyword if hiding was intended.
And then the errors
ERROR - C:\Users\hobbse\AppData\Roaming\Sage\Platform\Output\implementation\AccountAlias.cs(460,24):The type 'Sage.SalesLogix.Entities.AccountAlias' already contains a definition for '_Id'
INFO - AccountAlias.cs(82,24): (Location of symbol related to previous error)
ERROR - C:\Users\hobbse\AppData\Roaming\Sage\Platform\Output\implementation\AccountAlias.cs(461,31):The type 'Sage.SalesLogix.Entities.AccountAlias' already contains a definition for 'Id'
I can't understand this. This is generated code!!!!! How can it get it wrong!!!!!!! In the entity designer there is only 1 ID property.
I went into the "AccountAlias.ACCOUNTALIAS.entity.xml" file in the VFS, and there is only 1 ID property defined there as well??????
Has anyone run across this sort of trouble before, and do you know how to solve it? I think I am going to go insane soon
|