Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error C1902 when running project

Error C1902 when running project

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 1.5k 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.
  • L Offline
    L Offline
    LiKo
    wrote on last edited by
    #1

    Hello,
    I'm new to QT and just installed it via the online-installer. (Version 5.9).

    After installation I wanted to just generate a project and test if it works. But each time I start a project it says "c1902 program database manager mismatch please check your installation" with a link to all cpp-Files.

    I already searched on Google and the error appears to be from Visual Studio or something. I have a version of VS installed, but this can't be the problem, can it?

    Do you guys have any idea what I could do to solve this issue?

    Thanks for your answers!

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @LiKo said in Error C1902 when running project:

      I have a version of VS installed, but this can't be the problem, can it?

      Well it seems like error is coming from that ?
      https://msdn.microsoft.com/en-us/library/8y7hea02.aspx

      It is visual studio 2015 you have installed ?

      Did you try it alone to see if it works?

      1 Reply Last reply
      0
      • hskoglundH Offline
        hskoglundH Offline
        hskoglund
        wrote on last edited by hskoglund
        #3

        Hi, also you can try to compile your project in Release mode (no .PDB files are needed).

        1 Reply Last reply
        1
        • L Offline
          L Offline
          LiKo
          wrote on last edited by LiKo
          #4

          Hello, thanks for your answers!

          I've got Visual Studio 2015 Express installed. Regular programs in VS2015 compile as they should and there's no error.

          I'll try that with Release-Mode, but are there any disadvantages if I use it like this "forever"?

          Edit:
          Okay, I tried Release-Mode and it really works! :) Thanks for the hint!

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved