Cannot open program database debug vc60.pdb
In fact, if you are careful, you will find that the compilation fails because of the Chinese scrambled code caused by the Chinese path, so solving the scrambled code problem should solve the problem. That solves the problem.
This is much more convenient than changing the path, especially for Chinese projects where changing the name will make you cry. Clean all, and then rebuild all! I tried, looks like the above said method are not make for me, then, he asked the elder brother of the ACM, they say just restart the VC6. Viewed 45k times. This is a serious problem because it makes nightly compilation impossible.
Improve this question. Mateen Ulhaq 20k 14 14 gold badges 79 79 silver badges bronze badges. Lev Lev 6, 5 5 gold badges 26 26 silver badges 29 29 bronze badges.
Add a comment. Active Oldest Votes. First and foremost: make sure you start up with a clean slate. That is, force-delete the output directory of the build before you start your nightly. If you have an antivirus, antispyware or other such programs on your nightly machine, consider removing them. If that's not an option, add your obj folder to the exclusion list of the program.
I think it's better to use MSBuild if you're on a multicore machine. We use IncrediBuild for nightlies and MSBuild for releases, and never encountered the problem you describe. Improve this answer. Laur Laur 1 1 gold badge 6 6 silver badges 9 9 bronze badges. Generally anti-virus on-access scanners work by installing a file-system filter.
User-mode programs should see no difference. More likely to be a search indexer or similar. Turning off the antivirus helped! I had the same problem due to my file syncing service, sugarsync it's like dropbox. I just had to turn off that folder. I am using the msvc bit compiler for my debug builds in the Qt IDE and received the same error. I assume there is an equivalent of this symbol cache setting in MSVS. Mine did this after a power failure occurred.
The first bullet point helped me, thanks. Thanks, but neither of the two is my case unless TSVN does something in the background when no update is being performed. Just wanted to say that I've seen this error before and setting the number of parallel builds to 1 fixed it for me I was getting the same error on every single compilation since yesterday and I had to clean the build every time for it to compile properly.
Uninstalling Tortoise SVN seems to have fixed the problem for now in my case. Many thanks. Switch the debug info to C7 format instead of using the PDB. Walery Strauch 5, 7 7 gold badges 48 48 silver badges 54 54 bronze badges. That worked, after days of frustration.
Bless you. A workaround instead of trying to figure out why mspdbsrv. Julian Mann Julian Mann 5, 5 5 gold badges 29 29 silver badges 43 43 bronze badges. X Vin. X 4, 3 3 gold badges 26 26 silver badges 35 35 bronze badges. I cannot say for sure.. But I sure have come across this vc NET Framework. How hard would it really be to port to Windows 8? All times are GMT The time now is PM. Copyright TechnologyAdvice. CodeGuru Home. Visual Basic.
VB Forums. You may have to register or Login before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Results 1 to 12 of 12 Thread: error with. Posts 7, Re: error with. You mean when you try to execute your program and the IDE starts compiling and linking what you have changed you get a C ?
Because I have never heard of a fatal error being displayed from the IDE when debugging. Code: Configuration: xdll - Win32 Debug Compiling I dont know why, but it work Because.
0コメント