https://bugzilla.novell.com/show_bug.cgi?id=635377
https://bugzilla.novell.com/show_bug.cgi?id=635377#c7 Lluis Sanchez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |WCF Version|2.4 |2.8.x AssignedTo|[email protected] |[email protected] Product|MonoDevelop |Mono: Class Libraries QAContact|[email protected] |[email protected] |an.com | --- Comment #7 from Lluis Sanchez <[email protected]> 2010-11-12 10:18:47 UTC --- It also crashes when running svcutil, so it is a Mono issue. I'm testing with mono 2.8 on Mac. > svcutil http://www.w3schools.com/WebServices/TempConvert.asmx Mono service contract conversion tool 0.1.0.0 - Copyright (C) 2006 Novell, Inc. Attempting to download metadata from 'http://www.w3schools.com/WebServices/TempConvert.asmx' using DISCO.. Disco found documents at the following URLs: - WSDL document at http://www.w3schools.com/WebServices/TempConvert.asmx?wsdl - DISCO document at http://www.w3schools.com/WebServices/TempConvert.asmx?disco Generating files.. Unhandled Exception: System.ArgumentNullException: Argument cannot be null. Parameter name: collection at System.Collections.Generic.List`1[System.CodeDom.CodeExpression].AddRange (IEnumerable`1 collection) [0x00000] in <filename unknown>:0 at System.ServiceModel.Description.ServiceContractGenerator.GenerateImplementationClientMethod (System.CodeDom.CodeTypeDeclaration type, System.ServiceModel.Description.ContractDescription cd, System.ServiceModel.Description.OperationDescription od, Boolean async, System.CodeDom.CodeTypeReference& returnTypeFromMessageContract) [0x00000] in <filename unknown>:0 at System.ServiceModel.Description.ServiceContractGenerator.AddImplementationClientMethods (System.CodeDom.CodeTypeDeclaration type, System.ServiceModel.Description.ContractDescription cd) [0x00000] in <filename unknown>:0 at System.ServiceModel.Description.ServiceContractGenerator.GenerateProxyClass (System.ServiceModel.Description.ContractDescription cd, System.CodeDom.CodeNamespace cns) [0x00000] in <filename unknown>:0 at System.ServiceModel.Description.ServiceContractGenerator.GenerateServiceContractType (System.ServiceModel.Description.ContractDescription contractDescription) [0x00000] in <filename unknown>:0 at Mono.ServiceContractTool.Driver.Run (System.String[] args) [0x00000] in <filename unknown>:0 at Mono.ServiceContractTool.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
