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"
 
Back
Top