Welcome to thinktecture forums Sign in | Join | Faq

Discussion

Started by Daniel at 01-10-2008 9:45 AM. Topic has 1 replies.

Print Search
Sort Posts:    
   01-10-2008, 9:45 AM
Daniel is not online. Last active: 11/11/2008 1:41:46 PM Daniel



Top 10 Posts
Joined on 05-29-2007
Швейцария
Posts 24
AsmxHelpPage.asmx (Problem)

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?


не идея, но да

VS2005 - WSCF 0.7

   Report 
   04-03-2008, 3:05 PM
Daniel is not online. Last active: 11/11/2008 1:41:46 PM Daniel



Top 10 Posts
Joined on 05-29-2007
Швейцария
Posts 24
Re: AsmxHelpPage.asmx (Problem)
The solution is to put a try { } catch { } to the method throwing this error.
не идея, но да

VS2005 - WSCF 0.7

   Report 
thinktecture fo... » WSCF » Discussion » Re: AsmxHelpPage.asmx (Problem)

Powered by Community Server, by Telligent Systems