Ive been using VWD 2013 for a while now, but all of a sudden, when compiling/running the project, im getting the below error:
Input file 'C:\greptech\trunk\greptechMVC\bin\greptechMVC.dll' is modified after output file 'C:\greptech\trunk\greptechMVC\bin\greptechMVC.pdb'.
I have backed out all my changes and reverted to my original code, but i still get this error. Only when i close VWD and restart it and open the project will it then run fine with no issues. When i start making changes to the various files, and run the web
project, it gives me the above error again.
I have been checking online for a while now, but nothing has worked.
Member
43 Points
330 Posts
Input File is modified after output file - Visual Web Developer 2013
Sep 26, 2019 09:08 PM|ngokal|LINK
Hi,,
Ive been using VWD 2013 for a while now, but all of a sudden, when compiling/running the project, im getting the below error:
Input file 'C:\greptech\trunk\greptechMVC\bin\greptechMVC.dll' is modified after output file 'C:\greptech\trunk\greptechMVC\bin\greptechMVC.pdb'.
I have backed out all my changes and reverted to my original code, but i still get this error. Only when i close VWD and restart it and open the project will it then run fine with no issues. When i start making changes to the various files, and run the web project, it gives me the above error again.
I have been checking online for a while now, but nothing has worked.
Can someone please assist me.
Thanks,
Naren
Contributor
3140 Points
983 Posts
Re: Input File is modified after output file - Visual Web Developer 2013
Sep 27, 2019 02:54 AM|Yang Shen|LINK
Hi ngokal,
A PDB file contains information for the debugger to work with.
This is a really common situation when you try to debug a project, the pdb file will be generated.
You can try the steps in the link to see if you can prevent from it.
Best Regard,
Yang Shen