I am using Visual Studio 2022 IDE for coding.
Currently i am facing resource error issue.
I am trying compile a project solution in VS2022 which was coded in 2017 IDE.
Now i am getting an error as "Error CVT1100 duplicate resource. type:ICON, name:1, language:0x0409 ".
The project contains 8 resource files. And i thoroughly checked all resource files macro definitions and control ID's whether there is any duplicates. No duplicates found.
And i tried to change the property setting Modify the TypeLib Resource ID property as "/TLBID:id"
But still am getting same error.
Please help me to sort out of this.
Currently i am facing resource error issue.
I am trying compile a project solution in VS2022 which was coded in 2017 IDE.
Now i am getting an error as "Error CVT1100 duplicate resource. type:ICON, name:1, language:0x0409 ".
The project contains 8 resource files. And i thoroughly checked all resource files macro definitions and control ID's whether there is any duplicates. No duplicates found.
And i tried to change the property setting Modify the TypeLib Resource ID property as "/TLBID:id"
But still am getting same error.
Please help me to sort out of this.
Comment