Web Deployment Project builds files that are no longer part of the project
        Posted  
        
            by Howard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Howard
        
        
        
        Published on 2008-12-19T22:18:00Z
        Indexed on 
            2010/04/21
            8:33 UTC
        
        
        Read the original article
        Hit count: 337
        
ASP.NET
|web-deployment-project
This is the error I get:
Error 101 Could not load type 'control'. /Test.vbproj/x.ascx 1 1 WebDeployProject
This is a left over file that was part of the project last week, but one of the developers deleted it from the project. I have to manually delete the file in order to get the WDP to build. Is there a way to tell the WDP to ignore the files that are not part of the project or to see that these files are not part of the project and delete them?
© Stack Overflow or respective owner