[Mono-list] SOAP proxy configuration problem?

iamphi iamphi at gmail.com
Sun Dec 13 18:31:13 EST 2009


[Repost, since I was not a mono-list member]
I am using an .asmx webservice proxy with mono 2.4.3 that I compiled.  I am
getting an exception when I first try to use the webservice, but after that
there is no more problem.  Am I missing some mono files?

Thanks,


Here is my stack trace from the exception.  You're seeing the exception's
stack trace and the exception.InnerException's stack trace. "FB Inner
Exception: 0" is my output
	Exception has been thrown by the target of an invocation.
	  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 
	  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr,
System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 
	  at System.Activator.CreateInstance (System.Type type, BindingFlags
bindingAttr, System.Reflection.Binder binder, System.Object[] args,
System.Globalization.CultureInfo culture, System.Object[]
activationAttributes) [0x00000] 
	  at System.Activator.CreateInstance (System.Type type, System.Object[]
args, System.Object[] activationAttributes) [0x00000] 
	  at System.Activator.CreateInstance (System.Type type, System.Object[]
args) [0x00000] 
	  at System.Web.Services.Protocols.LogicalTypeInfo.CreateTypeStubInfo
(System.Type type) [0x00000] 
	  at System.Web.Services.Protocols.LogicalTypeInfo.GetTypeStub
(System.String protocolName) [0x00000] 
	  at System.Web.Services.Protocols.TypeStubManager.GetTypeStub (System.Type
t, System.String protocolName) [0x00000] 
	  at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor ()
[0x00000] 
	  at MyApp.Logging.com.myapp.ErrorReporting..ctor () [0x00000] 
	  at (wrapper remoting-invoke-with-check)
MyApp.Logging.com.myapp.ErrorReporting:.ctor ()
	  at MyApp.Logging.ErrorLogging.LogMessage (System.String from,
System.String userMessage) [0x00000] 
	FB Inner Exception: 0
	System.Configuration.ConfigurationErrorsException: Type
'System.Web.Configuration.SystemWebSectionGroup, System.Web,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' not
found.
	  at System.Configuration.InternalConfigurationHost.GetConfigType
(System.String typeName, Boolean throwOnError) [0x00000] 
	  at System.Configuration.ConfigInfo.CreateInstance () [0x00000] 
	  at System.Configuration.Configuration.GetSectionGroupInstance
(System.Configuration.SectionGroupInfo group) [0x00000] 
	  at System.Configuration.ConfigurationSectionGroupCollection.get_Item
(System.String name) [0x00000] 
	  at System.Configuration.Configuration.GetSection (System.String path)
[0x00000] 
	  at
System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection
(System.String configKey) [0x00000] 
	  at System.Configuration.ConfigurationManager.GetSection (System.String
sectionName) [0x00000] 
	  at System.Web.Services.Configuration.WebServicesSection.get_Current ()
[0x00000] 
	  at System.Web.Services.Protocols.SoapExtension.InitializeGlobalExtensions
() [0x00000] 
	  at System.Web.Services.Protocols.SoapExtension.GetTypeExtensions
(System.Type serviceType) [0x00000] 
	  at System.Web.Services.Protocols.SoapTypeStubInfo..ctor
(System.Web.Services.Protocols.LogicalTypeInfo logicalTypeInfo) [0x00000] 
	  at (wrapper managed-to-native)
System.Reflection.MonoCMethod:InternalInvoke
(object,object[],System.Exception&)
	  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] 

-- 
View this message in context: http://old.nabble.com/SOAP-proxy-configuration-problem--tp26770941p26770941.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list