Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. 1c
  2. {"Id":"pages\/1","Metadata":
  3. c22
  4. <html>
  5. <head>
  6. <title>You must write an attribute 'type'='object' after writing the attribute with local name '__type'.</title>
  7. <style>
  8. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  9. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  10. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  11. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  12. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  13. pre {font-family:"Lucida Console";font-size: .9em}
  14. .marker {font-weight: bold; color: black;text-decoration: none;}
  15. .version {color: gray;}
  16. .error {margin-bottom: 10px;}
  17. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  18. </style>
  19. </head>
  20.  
  21. <body bgcolor="white">
  22.  
  23. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  24.  
  25. <h2> <i>You must write an attribute 'type'='object' after writing the attribute with local name '__type'.</i> </h2></span>
  26.  
  27. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  28.  
  29. <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  30.  
  31. <br><br>
  32.  
  33. <b> Exception Details: </b>System.Xml.XmlException: You must write an attribute 'type'='object' after writing the attribute with local name '__type'.<br><br>
  34.  
  35. <b>Source Error:</b> <br><br>
  36.  
  37. <table width=100% bgcolor="#ffffcc">
  38. <tr>
  39. <td>
  40. <code>
  41.  
  42. An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code>
  43.  
  44. </td>
  45. </tr>
  46. </table>
  47.  
  48. <br>
  49.  
  50. <b>Stack Trace:</b> <br><br>
  51.  
  52. <table width=100% bgcolor="#ffffcc">
  53. <tr>
  54. <td>
  55. <code><pre>
  56.  
  57. [XmlException: You must write an attribute &#39;type&#39;=&#39;object&#39; after writing the attribute with local name &#39;__type&#39;.]
  58. System.Web.Http.WebHost.HttpControllerHandler.EndProcessRequest(IAsyncResult result) +169
  59. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
  60. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +375
  61. </pre></code>
  62.  
  63. </td>
  64. </tr>
  65. </table>
  66.  
  67. <br>
  68.  
  69. <hr width=100% size=1 color=silver>
  70.  
  71. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
  72.  
  73. </font>
  74.  
  75. </body>
  76. </html>
  77.  
  78. 7
  79. <!--
  80.  
  81. 8b
  82. [XmlException]: You must write an attribute &#39;type&#39;=&#39;object&#39; after writing the attribute with local name &#39;__type&#39;.
  83.  
  84. 12f
  85. at System.Web.Http.WebHost.HttpControllerHandler.EndProcessRequest(IAsyncResult result)
  86. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  87. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  88.  
  89. 3
  90. -->
  91. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement