EmummaAmoulaF
New Member
I'm currently working on an ASP.NET/C# project and suddently I have an Compile error saying "could not copy temporary file into folder" and "could not create xxxxxx.PDB file"<BR>Does someone has already meet this problem ?<BR>Thank you in advance.AFAIK The pdb file is the file where the debugging information is stored. I've never had a problem with only the pdb, I usually have the same error when compiling the dll.<BR><BR>It happens when something else is using the file or the file is read-only. This file needs to be updated every time your dll is recompiled.