Error CVT1100 in Visual Studio 2022 during compilation.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashik P
    New Member
    • Nov 2023
    • 2

    Error CVT1100 in Visual Studio 2022 during compilation.

    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.
  • Oralloy
    Recognized Expert Contributor
    • Jun 2010
    • 988

    #2
    Hello Ashik,

    These sorts of problems stink. Conversion of outdated formats (e.g. your VS2017) are not always clean.

    My general approach is to create a new project and introduce the elements incrementally.

    When it fails, you will have a much reduced problem to resolve.

    Good Luck!

    --Oralloy

    Comment

    Working...