Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. I cannot create a Release version.

I cannot create a Release version.

Scheduled Pinned Locked Moved C / C++ / MFC
questionannouncementcsharpvisual-studiodebugging
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member 14105155
    wrote on last edited by
    #1

    I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.

    J L 2 Replies Last reply
    0
    • M Member 14105155

      I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.

      J Offline
      J Offline
      Joe Woodbury
      wrote on last edited by
      #2

      Solve CVT1100: duplicate resource. type:MANIFEST issue in Visual Studio for MFC/C++[^]

      1 Reply Last reply
      0
      • M Member 14105155

        I got a strange message from my compiler. Same code, same (at nearly) settings for Debug and Release versions. But what is more important, same files and same code! But when I try to create Release version, I get this: Error CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 WTL3 C:\Users\Andrew\Documents\Visual Studio 2015\Projects\WarperPro\CVTRES 1 But Debug version can be created. Any ideas? I checked the project's settings and found nothing suspicious.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Check your Linker and Manifest settings in the project properties. It may be that you have a manifest reference in your resource file that should not be there, or is not being added correctly.

        M 1 Reply Last reply
        0
        • L Lost User

          Check your Linker and Manifest settings in the project properties. It may be that you have a manifest reference in your resource file that should not be there, or is not being added correctly.

          M Offline
          M Offline
          Member 14105155
          wrote on last edited by
          #4

          Thank you, your tip was useful. I checked all places in the project's settings where I met the word "manifest" and found one, where settings for Debug and Release were different. Release wanted to generate manifest file, but Debug did not. I excluded manifest generation for the Release version and finally got it.

          L 1 Reply Last reply
          0
          • M Member 14105155

            Thank you, your tip was useful. I checked all places in the project's settings where I met the word "manifest" and found one, where settings for Debug and Release were different. Release wanted to generate manifest file, but Debug did not. I excluded manifest generation for the Release version and finally got it.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Has happened to me more than once.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups