Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.</title>
  5. <meta name="viewport" content="width=device-width" />
  6. <style>
  7. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  8. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  9. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  10. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  11. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  12. pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  13. .marker {font-weight: bold; color: black;text-decoration: none;}
  14. .version {color: gray;}
  15. .error {margin-bottom: 10px;}
  16. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  17. @media screen and (max-width: 639px) {
  18. pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  19. }
  20. @media screen and (max-width: 479px) {
  21. pre { width: 280px; }
  22. }
  23. </style>
  24. </head>
  25.  
  26. <body bgcolor="white">
  27.  
  28. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  29.  
  30. <h2> <i>Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.</i> </h2></span>
  31.  
  32. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  33.  
  34. <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.
  35.  
  36. <br><br>
  37.  
  38. <b> Exception Details: </b>System.Data.Entity.Validation.DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.<br><br>
  39.  
  40. <b>Source Error:</b> <br><br>
  41.  
  42. <table width=100% bgcolor="#ffffcc">
  43. <tr>
  44. <td>
  45. <code>
  46.  
  47. 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>
  48.  
  49. </td>
  50. </tr>
  51. </table>
  52.  
  53. <br>
  54.  
  55. <b>Stack Trace:</b> <br><br>
  56.  
  57. <table width=100% bgcolor="#ffffcc">
  58. <tr>
  59. <td>
  60. <code><pre>
  61.  
  62. [DbEntityValidationException: Validation failed for one or more entities. See &#39;EntityValidationErrors&#39; property for more details.]
  63. System.Data.Entity.Internal.InternalContext.SaveChanges() +132
  64. QA.Shop.Service.ShopProductConverter.LoadJsonCollection(String json) in c:\tfs\chekmenev\QA.Shop\QA.Shop.Service\ShopProductConverter.cs:155
  65. QA.Shop.Service.ControlService.LoadData(String json, EntityType type) in c:\tfs\chekmenev\QA.Shop\QA.Shop.Service\ControlService.cs:86
  66. QA.Shop.WebUI.Controllers.CollectionController.Put() in c:\tfs\chekmenev\QA.Shop\QA.Shop.WebUI\Controllers\CollectionController.cs:68
  67. lambda_method(Closure , ControllerBase , Object[] ) +79
  68. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +242
  69. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +39
  70. System.Web.Mvc.Async.AsyncControllerActionInvoker.&lt;BeginInvokeSynchronousActionMethod&gt;b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) +12
  71. System.Web.Mvc.Async.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) +139
  72. System.Web.Mvc.Async.AsyncInvocationWithFilters.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3d() +112
  73. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass46.&lt;InvokeActionMethodFilterAsynchronouslyRecursive&gt;b__3f() +452
  74. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass33.&lt;BeginInvokeActionMethodWithFilters&gt;b__32(IAsyncResult asyncResult) +15
  75. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass2b.&lt;BeginInvokeAction&gt;b__1c() +37
  76. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass21.&lt;BeginInvokeAction&gt;b__1e(IAsyncResult asyncResult) +241
  77. System.Web.Mvc.Controller.&lt;BeginExecuteCore&gt;b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
  78. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
  79. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
  80. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +19
  81. System.Web.Mvc.MvcHandler.&lt;BeginProcessRequest&gt;b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +51
  82. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
  83. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606
  84. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +288
  85. </pre></code>
  86.  
  87. </td>
  88. </tr>
  89. </table>
  90.  
  91. <br>
  92.  
  93. <hr width=100% size=1 color=silver>
  94.  
  95. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18446
  96.  
  97. </font>
  98.  
  99. </body>
  100. </html>
  101. <!--
  102. [DbEntityValidationException]: Validation failed for one or more entities. See &#39;EntityValidationErrors&#39; property for more details.
  103. at System.Data.Entity.Internal.InternalContext.SaveChanges()
  104. at QA.Shop.Service.ShopProductConverter.LoadJsonCollection(String json) in c:\tfs\chekmenev\QA.Shop\QA.Shop.Service\ShopProductConverter.cs:line 155
  105. at QA.Shop.Service.ControlService.LoadData(String json, EntityType type) in c:\tfs\chekmenev\QA.Shop\QA.Shop.Service\ControlService.cs:line 86
  106. at QA.Shop.WebUI.Controllers.CollectionController.Put() in c:\tfs\chekmenev\QA.Shop\QA.Shop.WebUI\Controllers\CollectionController.cs:line 68
  107. at lambda_method(Closure , ControllerBase , Object[] )
  108. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  109. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  110. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState)
  111. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult)
  112. at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d()
  113. at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f()
  114. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult)
  115. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c()
  116. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult)
  117. at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState)
  118. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
  119. at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
  120. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
  121. at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState)
  122. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult)
  123. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  124. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  125. --><!--
  126. This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement