[Mono-aspnet-list] Deploying Web service to Mono 500 - Internal Server Error
voxxo
kahwooi at ymail.com
Fri Jul 2 21:00:35 EDT 2010
I developed a webservices using Visual Studio 2008 with C# and C++.
I deploy it to mod_mono, the services is loaded, but when I try to run a
method using Invoke button I get the error below, I have tested with MoMA
without any error:
500 - Internal Server Error
System.TypeInitializationException: An exception was thrown by the type
initializer for <Module> ---> System.MissingMethodException: Method contains
unsupported native code
at (wrapper managed-to-native)
<Module>:<CrtImplementationDetails>.ThrowModuleLoadException
(string,System.Exception)
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize
(<CrtImplementationDetails>.LanguageSupport* ) [0x00000]
at <Module>..cctor () [0x00000]
--- End of inner exception stack trace ---
at I3WebService.Service1.Inferece (System.String value) [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000]
Thank you.
--
View this message in context: http://mono.1490590.n4.nabble.com/Deploying-Web-service-to-Mono-500-Internal-Server-Error-tp2277026p2277026.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list