http://www.intellij.net/forums/thread.jspa?threadID=273160&tstart=0
在開啟 Web 專案時會出錯
已經發生好久了。今天終於找出解決辦法,原來這是 vs.net 的 bug 呀
以下為解決方法
The workaround is to modify web.config:
1) add reference to System.Core before all other assembly references
2) move configSections element to the end of the web.config file
照上面做就行了