关于SpringMVC项目报错:java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/xxxx.xml] 问题描述: 在搭建SpringMVC项目时,使用多个Spring配置文件,这里我在web.xml中配置spring的配置文件: <servlet> <servlet-name>spring</servlet-name> <servlet-class>…
今天使用VS2008编译项目时报错: The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configuration='Debug' Platform='x86' 解决办法如下: 1.选中编译失败的项目,右键点击卸载项目 2.选中卸载后的项目,右键点击…