|
Author: Jenny Nguyen
|
|
Error 5 Unable to write to output file 'C:\Development\test1\2.0\apps1\obj\Debug\apps1.pdb': System Error &H80004005& apps1. After some digging, the reason I am getting this debug compilation error is because the web application project contains project source files (.vb, .cs, .js or what ever the file is missing) that really is not exists on the hard disk drive. From the solution explorer the missing file will be marked with a yellow exclamation mark icon. SOLUTIONS: Make sure you have this file available or delete that exclamation mark file from the solution explorer. Also make sure that the application folder has the correct permission set to it.
|