Thanks all for the replies.
I was on the wrong form... ..but I'm now having issues with the namespace. Somehow those three files now contain a different namespace:
- Solution.xml under Root Components lists my PCF with the wrong Namespace
- ControlManifest.xml.data.xml
<CustomControl>
<Name>cust_Customer.Crm.Pcf.CustomerPCF</Name>
<FileName>/Controls/cust_Customer.Crm.Pcf.CustomerPCF/ControlManifest.xml</FileName>
</CustomControl>
My original namespace is only Customer followed by the sub-namespaces Crm.Pcf.CustomerPCF.
If I search for cust_Customer this prefix only appears in the three mentioned files above. This breaks our deployment. We've now decided to only alter those files to the original.
So my question is how and why did this happen? From where does it take the prefix? I've nowhere set it like that. We don't even use a namespace like cust_Customer, it's always cust_attributename.
Thanks in advance.