C1902 Error

  • Thread starter Thread starter Bob Palank
  • Start date Start date
B

Bob Palank

So what exactly does "Check your installation " mean ?
Running VC++.Net Express 2005 under XP Home and get the error below.
Any help is appreciated.

Bob
output follows ===================
Compiling...

ddch3pg49.cpp

..\ddch3pg49.cpp(4) : fatal error C1902: Program database manager mismatch;
please check your installation
 
So what exactly does "Check your installation " mean ?
Running VC++.Net Express 2005 under XP Home and get the error below.
Any help is appreciated.

ddch3pg49.cpp

.\ddch3pg49.cpp(4) : fatal error C1902: Program database manager mismatch;
please check your installation

'check your installation' presumably means that you somehow messed up your
installed version of VC. i.e. you replaced your DBI.dll with an older
version of that dll.

are you by any chance trying to compile or debug a solution that was made
with another version of VC++?
in that case you might solve the problem by doing build-> clean and then
build>rebuild.

--

Kind regards,
Bruno.
(e-mail address removed)
Remove only "_nos_pam"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top