Skip to main content

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'

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.


You could also change the namespace of the package in order to keep its contents separate from the rest, but this is more complicated and can present other challenges.


Reply