Message in Chinese (Traditional) (中文(繁體))
Web.config 檔案的 <compilation> 項目沒有 'targetFramework' 屬性。因此 ASP.NET 假設此 Web 應用程式是以 .NET Framework 3.5 (含) 以前版本為目標,但是 ASP.NET 找不到與 .NET Framework 3.5 版一起安裝的編譯必要檔案。如果要針對 3.5 (含) 以前版本的 .NET Framework 編譯這個 Web 應用程式,請確認是否已安裝 3.5 版的 .NET Framework。如果要針對 4 版以後的 .NET Framework 編譯這個 Web 應用程式,請在 Web.config 檔案的 <compilation> 項目加入 'targetFramework' 屬性 (例如 '<compilation targetframework="4.0">')。</compilation></compilation></compilation>
Unlocalized message
The <compilation> element of the Web.config file does not have a 'targetFramework' attribute. Therefore ASP.NET assumes that the Web application targets the .NET Framework version 3.5 or earlier, but ASP.NET could not find files that are installed with the .NET Framework version 3.5 that it needs to compile. If you are compiling this Web application for version 3.5 or earlier of the .NET Framework, make sure that version 3.5 of the .NET Framework is installed. If you are compiling this Web application for version 4 or later of the .NET Framework, add the 'targetFramework' attribute to the <compilation> element of the Web.config file (for example, '<compilation targetframework="4.0">').</compilation></compilation></compilation>
Search by Google