我们是否可以从另一个web服务调用web服务。
我已经尝试添加web引用,并获得以下错误
System.Configuration.ConfigurationErrorsException was caught
Message=The current configuration system does not support user-scoped settings.
Source=System
BareMessage=The current configuration system does not support user-scoped settings.
Line=0
StackTrace:
at System.Configuration.LocalFileSettingsProvider.GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
at System.Configuration.SettingsBase.GetPropertiesFromProvider(SettingsProvider provider)
at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)请帮帮忙
发布于 2013-04-05 19:08:40
提取分离类的方法。并从该类访问这些公共方法。因此,这两个服务都可以共享您想要的方法。
https://stackoverflow.com/questions/15832201
复制相似问题