Groups | Blog | Home
all groups > visual studio .net general > february 2005 >

visual studio .net general : vs.net 03:builds fail: wants deleted files:


Patito1099
2/4/2005 2:13:03 PM
I deleted out some unneeded test files - using right-click within VS.
Building with F5, the build is still looking for these deleted files.
Further, when I answer "Yes" to the "Do you want to continue option" it
strongly appears that what is built is a previous version of the code. While
changes to the pages - labels and such, appear ok, it strongly appears that
changes to the vb code behind those pages is not affected at all. what on
earth is going on??

Thanks for any help
--
wendld
2/14/2005 1:55:09 PM
I'm not sure why it still looks for the deleted files, but what I would do is
close the project. Then open the project file in notepad and scan for the
deleted files. If they appear in the project file you can delete the
references to them. We ran in to this a couple times where files where
duplicated in the project file. As for why the code is old is simple. If the
build fails it does not create the DLL file for the project. The aspx pages
update soon as you save since they are plain text, but the DLL requires the
compile to be succefull.

[quoted text, click to view]
AddThis Social Bookmark Button