我收到在日誌文件中出現以下錯誤,試圖在Windows 8安裝後無法打開Monodevelop。
FATAL ERROR [2015-10-19 16:59:49Z]: MonoDevelop-Unity failed to start. Some of the assemblies required to run MonoDevelop-Unity (for example gtk-sharp)may not be properly installed in the GAC.
System.TypeInitializationException: The type initializer for 'System.Net.ServicePointManager' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.Net.ComNetOS' threw an exception. ---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
at System.Diagnostics.TraceSource.Initialize()
at System.Net.Logging.InitializeLogging()
at System.Net.Logging.get_On()
at System.Net.ComNetOS..cctor()
--- End of inner exception stack trace ---
at System.Net.ServicePointManager.get_PersistentConnectionLimit()
at System.Net.ServicePointManager..cctor()
--- End of inner exception stack trace ---
at System.Net.ServicePointManager.get_ServerCertificateValidationCallback()
at MonoDevelop.Core.Runtime.Initialize(Boolean updateAddinRegistry) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Core\MonoDevelop.Core\Runtime.cs:line 70
at MonoDevelop.Ide.IdeStartup.Run(MonoDevelopOptions options) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\IdeStartup.cs:line 142
at MonoDevelop.Ide.IdeStartup.Main(String[] args) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\IdeStartup.cs:line 542
我猜的錯誤是有關Microsoft.Net框架版本,打開MonoDevelop的,統一-4.0的時候。但我不知道要解決這個問題。請幫忙。!!
我試圖安裝.Net Framework時出現此錯誤。 。 - Microsoft .NET Framework 4已經是該操作系統的一部分。您不需要安裝.NET Framework 4可再發行組件。 此計算機上已經安裝了相同或更高版本的.NET Framework 4。我使用gtk從網站(http://www.monodevelop.com/)單獨安裝monodevelop,但沒有運氣。 –