-
Novice
-
-
Re: Help Error Visual Studio 2003
I do not believe that source control warning is related to your build error.
It looks like this error originates from the the compiler expecting the program database of the compiled application to have the .pdb extension. Usually the build process generates this program database file (.pdb) when building debug builds. Check your linker options regarding the program database file extension. It should be .pdb and not anything else.
A few other related questions highlight that this also happens due to VS2003 running with or without compatibility mode for older operating systems. Check these file settings for VS2003 until something works for you:
-
Newbe
Re: Help Error Visual Studio 2003
if i recall correctly, luna plus source is read only (this might also cause problem), you may need to remove read only property by right click, and remove read only, and apply to sub files/folder.
good luck