Advertisement
onzulin

codigo de error que me suelta el Visual Studio 2013

Dec 17th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. #codigo de error
  2. {Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: The request could not be completed. (Not Found)
  3. at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.<ThrowInvalidResponse>d__18.MoveNext()
  4. --- End of stack trace from previous location where exception was thrown ---
  5. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  6. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  7. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  8. at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.<SendRequestAsync>d__1d.MoveNext()
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  13. at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.<RequestAsync>d__4.MoveNext()
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  18. at Microsoft.WindowsAzure.MobileServices.MobileServiceTable.<ReadAsync>d__f.MoveNext()
  19. --- End of stack trace from previous location where exception was thrown ---
  20. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  21. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  22. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  23. at Microsoft.WindowsAzure.MobileServices.MobileServiceTable.<ReadAsync>d__7.MoveNext()
  24. --- End of stack trace from previous location where exception was thrown ---
  25. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  26. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  27. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  28. at Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryProvider.<Execute>d__8`1.MoveNext()
  29. --- End of stack trace from previous location where exception was thrown ---
  30. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  31. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  32. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  33. at Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryProvider.<Execute>d__3`1.MoveNext()
  34. --- End of stack trace from previous location where exception was thrown ---
  35. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  36. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  37. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  38. at Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQuery`1.<ToListAsync>d__0.MoveNext()
  39. --- End of stack trace from previous location where exception was thrown ---
  40. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  41. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  42. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  43. at PlanningActivitiesUN.CryptoPass.<RegisterUser>d__2.MoveNext()
  44. --- End of stack trace from previous location where exception was thrown ---
  45. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  46. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  47. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  48. at PlanningActivitiesUN.Register.<ButtonRegister_Click>d__0.MoveNext()}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement