Hi @ll !
When clicking on a Method on the "AsmxHelpPage.asmx" an exception is thrown.
System.InvalidCastException was unhandled by user code Message="Unable to cast object of type 'System.Xml.Schema.XmlSchemaAttributeGroupRef' to type 'System.Xml.Schema.XmlSchemaAttribute'."
The exception was thrown at this point in the AsmxHelpPage.asmx :
if (!isSoapArray) { foreach (XmlSchemaAttribute attr in typeItems.Attributes) { if (attr != null && attr.Use != XmlSchemaUse.Prohibited) {
Any idea how I could get this Page working?