First, I am having a DotNetNuke module project with FormAndList and I upload extension package into my DotNetNuke portal. Next, I need to customize the features for FormAndList, I copy the whole project and rename it into FormAndList_Cust, I rebuild it and upload extension package into my DotNetNuke portal. It shown me the following warning due to duplicate of package even I rename of my customize project into FormAndList_Cust.
Warning: You have selected to repair the installation of this package. This will cause the files in the package to overwrite all files that were previously installed.
Next, I realize that my .dnn file still FormAndList.dnn and I rename it into FormAndList_Cust.dnn. I rebuild my project in Visual Studio, it shown me the following error.
Severity Code Description Project File Line Suppression State Error Could not find file 'C:\Users\yoong.hon.chan\Desktop\NET_DNN\DNN.FormAndList_Tab\FormAndList.dnn'. FormAndList_Tab
How I can rename of my customize modules with FormAndList_Cust from current FormAndList project?