Fatal error C1902
-
Hello guys, I've a big problem with VC++2008. Till now it was working fine, than I created a new project tried to compile it and I get the error message: fatal error c1902: error in program database manager. check installation. I didn't change anything within my IDE I just tried to compile a project. I already tried to reinstall the IDE but this didn't help, I still get this error. I'll try de-installing VC++2008 and deleting all components, maybe than a reinstallation will work. At the same time I got this problem with my VC++2005. Same error but I tried to recompile an old project when it occured. However, my VS2003.NET is still working fine. But I need VC++2008 for a special project. Does anyone have an idea about this? Thanks and best wishes, Manfred
-
Hello guys, I've a big problem with VC++2008. Till now it was working fine, than I created a new project tried to compile it and I get the error message: fatal error c1902: error in program database manager. check installation. I didn't change anything within my IDE I just tried to compile a project. I already tried to reinstall the IDE but this didn't help, I still get this error. I'll try de-installing VC++2008 and deleting all components, maybe than a reinstallation will work. At the same time I got this problem with my VC++2005. Same error but I tried to recompile an old project when it occured. However, my VS2003.NET is still working fine. But I need VC++2008 for a special project. Does anyone have an idea about this? Thanks and best wishes, Manfred
According to MS and several forums you have to place a file called mspdb80.dll in \WINDOWS\system32\ if this error occurs. I already added this file becuase I needed it in another project. However, there was another version of this file too called mspdb60.dll. I deleted the 80-version and my IDE workes again. :)