MonoDevelop 4.2 kann mit XSP4 nicht ausgeführt werden

MonoDevelop 4.2 kann mit XSP4 nicht ausgeführt werden

Meine Herren,

Ich bin neu bei Linux und habe versucht, .NET unter Ubuntu zu starten. Beim Starten des Debuggens eines Beispiels aus der MonoDevelop ASP.NET-App wird der folgende Fehler angezeigt:

Could not launch web server. The "XSP4" web server cannot be started.

Beim Ausführen von xsp4 wird von tty Folgendes angezeigt:

Missing method
System.Configuration.IConfigurationSectionHandler::Create(object,object,XmlNode)
in assembly /usr/lib/mono/4.0/System.dll, referenced in assembly
/usr/lib/mono/4.0/System.Configuration.dll Exception caught during
reading the configuration file: System.MissingMethodException: Method
not found: 'System.Configuration.IConfigurationSectionHandler.Create'.
at
System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection
(System.String configKey) [0x00000] in <filename unknown>:0    at
System.Configuration.ConfigurationManager.GetSection (System.String
sectionName) [0x00000] in <filename unknown>:0    at
System.Configuration.ConfigurationManager.get_AppSettings () [0x00000]
in <filename unknown>:0    at
Mono.WebServer.XSP.Server.get_AppSettings () [0x00000] in <filename
unknown>:0    at Mono.WebServer.XSP.Server+ApplicationSettings..ctor
() [0x00000] in <filename unknown>:0  xsp4 Listening on address:
0.0.0.0 Root directory: /home/tarik/Documents/Courses/Mono/ASP.NET/FirstApp Error:
System.TypeInitializationException: An exception was thrown by the
type initializer for System.Net.Sockets.Socket --->
System.InvalidCastException: Cannot cast from source type to
destination type.   at System.Net.Sockets.Socket.CheckProtocolSupport
() [0x00000] in <filename unknown>:0    at
System.Net.Sockets.Socket..cctor () [0x00000] in <filename unknown>:0 
--- End of inner exception stack trace ---   at Mono.WebServer.XSPWebSource.CreateSocket () [0x00000] in <filename
unknown>:0    at Mono.WebServer.ApplicationServer.Start (Boolean
bgThread) [0x00000] in <filename unknown>:0    at
Mono.WebServer.ApplicationServer.Start (Boolean bgThread,
System.Exception initialException) [0x00000] in <filename unknown>:0  
at (wrapper remoting-invoke-with-check)
Mono.WebServer.ApplicationServer:Start (bool,System.Exception)   at
Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean
root, IApplicationHost ext_apphost, Boolean quiet) [0x00000] in
<filename unknown>:0

Antwort1

Manchmal behebt die Installation von „mono-complete“ einige Fehler. Versuchen Sie es, wenn Sie es noch nicht installiert haben.

verwandte Informationen