fatal error LNK1201: error writing to program database 'project.pdb'

fatal error LNK1201: error writing to program database 'project.pdb'

Ritratto di onkelhotte

Hi there,
my colleague and I have an error message

fatal error LNK1201: error writing to program database 'C:\Users\ulso\Documents\Visual Studio 2010\Projects\DFC\bin\DFC_Kernel.pdb'; check for insufficient disk space, invalid path, or insufficient privilege

since a few days. We have to close Visual Studio completely (not just closing the soulution) and delete this file manually. Of course this happens not all the time, there is enough disk space, the path is correct and we have sufficient privileges...

Has anyone seen this behaviour before?

Thanks in advance,
Markus 

5 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Steve Lionel (Intel)

Try temporarily disabling antivirus software or tell it to exclude your project folder from its searching. I assume there is only one project being built at a time?

Steve
Ritratto di onkelhotte

Hi Steve,

I can´t disable our McAfee antivirus nor configure it. There are nine projects in this solution and the one that creates that error depends on other projects and it is used by other projects.

Markus

Ritratto di arjenmarkus

I think Steve refers to the option in Visual Studio to build projects in parallel. What happens if you set that option to 1 (that is: only one build process at a time)

This option is found in: Tools/Options/Projects and solutions/Build and Run

Regards,

Arjen

Ritratto di onkelhotte

This setting was 4. Changing it to 1 didn´t help.

But I figured out I have just to close VS and don´t have to delete it manually. A little less annoying, but it still is. So it seems to be a VS problem and not a IVF problem...

Markus

Accedere per lasciare un commento.