Converting NameMapping to "new" application
We're currently working on migrating from 32 to 64, and I'm trying to set up TC for the 64 bit version. The mapping for everything seems to have been only for the 32 bit application though, and 64 is creating "mappeditem2" for almost everything.
Is there an easy way to remap everything to match the 32 bit so code changes won't be necessary? I'd like to maintain support for both 64 and 32 but I know this isn't a perfect world, so any help would be appreciated. Can I force a merge somehow?
Some suggestions to go along with what cunderw mentions:
1) Look into using wildcards if possible to mask out portions of the properties so that they can be identified in both 32 and 64 bit.
2) Alternatively, look into "conditional mapping" where you can use IF/AND/OR logic in the property selections.