[Mono-dev] WCF: Contracts with Interface hierarchy
Karsten Fourmont
fourmont at gmx.de
Wed Sep 29 00:56:38 EDT 2010
>> System.ServiceModel.Description.ContractDescriptionGenerator.GetOrCreateOperation()
> Please fill a bug report.
will do. (I'll try to create and include a proper test)
Any ideas why
"xbuild System.ServiceModel.csproj"
(branch mono-2-8 as well as master) produces lots of "not found" errors
(see below)? How can I managed to make this build
: error CS2001: Source file
`System.ServiceModel.Channels\AspNetReplyChannel.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\AspNetRequestContext.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\DirectionalAction.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\DuplexSessionChannelBase.cs' could not be
found
: error CS2001: Source file
`System.ServiceModel.Channels\HttpChannelListener.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\HttpChannelManager.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\HttpReplyChannel.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\HttpRequestContext.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\MessageSecurityBindingSupport.cs' could
not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecureMessageDecryptor.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecureMessageGenerator.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecurityChannelFactory.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecurityChannelListener.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecurityOutputChannel.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecurityRequestChannel.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\SecurityRequestContext.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\WSEncryptedXml.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\WSSecurityMessageHeader.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Channels\WSSignedXml.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Description\HostedBindingBehavior.cs' could not be
found
: error CS2001: Source file
`System.ServiceModel.Description\MetadataBundle.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Description\WebServiceHelper.cs' could not be found
: error CS2001: Source file
`System.ServiceModel.Dispatcher\SecurityHandler.cs' could not be found
Thanks,
Karsten
More information about the Mono-devel-list
mailing list