Advertisement
Guest User

Untitled

a guest
Dec 27th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Stream does not support reading.
  4.  
  5. Description: 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.
  6.  
  7. Exception Details: System.NotSupportedException: Stream does not support reading.
  8.  
  9. Source Error:
  10.  
  11. 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.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [NotSupportedException: Stream does not support reading.]
  17. System.IO.BufferedStream.EnsureCanRead() +5491122
  18. System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count) +78
  19. MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) +59
  20. MySql.Data.MySqlClient.MySqlStream.LoadPacket() +86
  21. MySql.Data.MySqlClient.MySqlStream.ReadPacket() +40
  22. MySql.Data.MySqlClient.NativeDriver.FetchDataRow(Int32 statementId, Int32 columns) +30
  23. MySql.Data.MySqlClient.ResultSet.NextRow(CommandBehavior behavior) +190
  24. MySql.Data.MySqlClient.MySqlDataReader.Read() +163
  25. Website.Models.Map.getMap() +1185
  26. Website.Controllers.main.mapController.view(Int32 mode) +289
  27. lambda_method(Closure , ControllerBase , Object[] ) +112
  28. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +261
  29. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +39
  30. System.Web.Mvc.Async.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41() +34
  31. System.Web.Mvc.Async.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33() +124
  32. System.Web.Mvc.Async.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49() +838827
  33. System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult) +15
  34. System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +33
  35. System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +839412
  36. System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +28
  37. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15
  38. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +65
  39. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15
  40. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +51
  41. System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +42
  42. System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15
  43. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +51
  44. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606
  45. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement