今天在使用實驗室結構的,遇到了The root element is missing這個問題,問師兄說是兩個原因:1,是XML文件有問題,2,是.NET版本問題,當使用斷點調試時,我發現 Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.這個問題,隨即,我 安裝了.net framework 3.5 問題解決了。