While I was trying to customize the project. I got the following error. Here is the screenshot below:
When I tried to see Trace, it's empty.
The version is 6.1.
While I was trying to customize the project. I got the following error. Here is the screenshot below:
When I tried to see Trace, it's empty.
The version is 6.1.
You can't see what causes problems while publishing customization. I propose you to use method divide and conquer. Customization in itself is just zip file with some files inside of it. The main backbone of customization is file project.xml. Little bit more about customization structure I've described in mine blog here and here. Split customization in two parts and publish half of customization. If it will be published, then problem lies in second part. If problem will persist then problem is in first part of customization. After localizing problem you can think about what to do with problematic part.