When publish customization show error like this
\App_RuntimeCode\InventoryItemMaint.cs(34): error CS0101: The namespace 'PX.Objects.IN' already contains a definition for 'InventoryItemMaint_Extension'
When publish customization show error like this
\App_RuntimeCode\InventoryItemMaint.cs(34): error CS0101: The namespace 'PX.Objects.IN' already contains a definition for 'InventoryItemMaint_Extension'
Best answer by palbores
Maybe there is already a class name InventoryItemMaint_Extension. Better try to rename the customization that extend the graph named InventoryItemMaint to something like InventoryItemMaintExt or InventoryItemMaint_Ext to avoid conflict of naming the class.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.