錯誤視窗:組態系統無法初始化(Machine.Config)
●錯誤視窗:組態系統無法初始化(Machine.Config)
************** 例外狀況文字 **************
System.Configuration.ConfigurationErrorsException: 組態系統無法初始化 --->
System.Configuration.ConfigurationErrorsException: 無法辨認的組態區段 system.serviceModel。
(C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config line 146)
問題:
Machine.Config這個檔案出問題
.NET設定值錯誤,每個網站都有 Web.config 組態設定, 每台電腦也有一個 Machine.Config 的檔案
可能跟家用版升級專業版失敗有關係
解決辦法:
找出資料夾:C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
使用同一資料夾下的 Machine.config.default 檔案取代 Machine.Config 檔案