Publish error in Visual Studio
You need to tell Visual Studio that you deleted the files. Go to the project/solution folder where the files existed and remove them there. Visual Studio assumes that since you added the file originally, it should be published. It can’t assume that you don’t want it just because it isn’t in the filesystem. Think about … Read more