CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2003
    Location
    Armenia, Yerevan
    Posts
    720

    Fatal error C1902

    Not sure if this is right place to ask this... but I'm experiencing a problem with Visual Studio 2010 Ultimate. During building a simple Win32 console application it complains about db manager mismatch:
    fatal error C1902: Program database manager mismatch; please check your installation.
    What I have done so far:
    1. completely reinstalled VS.
    2. searched for similar issue, they say that's because of some .dlls that need to be updated, however the update is available for only 2005 version. I haven't found similar KB patch vor 2010 Ultimate version.

    Could somebody help me with this, would appreciate any positive advices!
    Regards.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: Fatal error C1902

    Well, try to learn (or, at least, to see) how others solved similar problems:
    Google
    Last edited by VictorN; April 1st, 2011 at 01:13 AM.
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured