Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. var result = await SignInManager.PasswordSignInAsync(model.UserName, model.Password, model.RememberMe, shouldLockout: false);
  2.  
  3. [InvalidDataException: The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.]
  4. System.IO.Compression.GZipDecoder.ReadHeader(InputBuffer input) +782
  5. System.IO.Compression.Inflater.Decode() +158
  6. System.IO.Compression.Inflater.Inflate(Byte[] bytes, Int32 offset, Int32 length) +140
  7. System.IO.Compression.DeflateStream.Read(Byte[] array, Int32 offset, Int32 count) +89
  8. System.Xml.XmlTextReaderImpl.InitStreamInput(Uri baseUri, String baseUriStr, Stream stream, Byte[] bytes, Int32 byteCount, Encoding encoding) +295
  9. System.Xml.XmlTextReaderImpl.FinishInitStream() +65
  10. System.Xml.XmlReaderSettings.CreateReader(Stream input, Uri baseUri, String baseUriString, XmlParserContext inputContext) +118
  11. System.Xml.Linq.XDocument.Load(Stream stream, LoadOptions options) +110
  12. System.Data.Entity.Migrations.Edm.ModelCompressor.Decompress(Byte[] bytes) +110
  13. System.Data.Entity.Migrations.History.HistoryRepository.GetLastModel(String& migrationId, String& productVersion, String contextKey) +1207
  14. System.Data.Entity.Internal.InternalContext.QueryForModel(DatabaseExistenceState existenceState) +50
  15. System.Data.Entity.Internal.ModelCompatibilityChecker.CompatibleWithModel(InternalContext internalContext, ModelHashCalculator modelHashCalculator, Boolean throwIfNoMetadata, DatabaseExistenceState existenceState) +74
  16. System.Data.Entity.Internal.InternalContext.CompatibleWithModel(Boolean throwIfNoMetadata, DatabaseExistenceState existenceState) +71
  17. System.Data.Entity.CreateDatabaseIfNotExists`1.InitializeDatabase(TContext context) +155
  18. System.Data.Entity.Internal.InternalContext.PerformInitializationAction(Action action) +75
  19. System.Data.Entity.Internal.InternalContext.PerformDatabaseInitialization() +482
  20. System.Data.Entity.Internal.RetryAction`1.PerformAction(TInput input) +177
  21. System.Data.Entity.Internal.LazyInternalContext.InitializeDatabaseAction(Action`1 action) +272
  22. System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType) +38
  23. System.Data.Entity.Internal.Linq.InternalSet`1.Initialize() +69
  24. System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext() +21
  25. System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider() +66
  26. System.Data.Entity.QueryableExtensions.FirstOrDefaultAsync(IQueryable`1 source, Expression`1 predicate, CancellationToken cancellationToken) +209
  27. System.Data.Entity.QueryableExtensions.FirstOrDefaultAsync(IQueryable`1 source, Expression`1 predicate) +172
  28. Microsoft.AspNet.Identity.EntityFramework.<GetUserAggregateAsync>d__6c.MoveNext() +498
  29. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  30. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  31. Microsoft.AspNet.Identity.CultureAwaiter`1.GetResult() +43
  32. Microsoft.AspNet.Identity.Owin.<PasswordSignInAsync>d__29.MoveNext() +372
  33. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  34. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  35. System.Runtime.CompilerServices.TaskAwaiter`1.GetResult() +31
  36. AngliaWeb.Controllers.<Login>d__11.MoveNext() in D:CodeAngliaAngliaWebAngliaWebControllersAccountController.cs:79
  37. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() +32
  38. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +62
  39. System.Web.Mvc.Async.TaskAsyncActionDescriptor.EndExecute(IAsyncResult asyncResult) +92
  40. System.Web.Mvc.Async.<>c__DisplayClass37.<BeginInvokeAsynchronousActionMethod>b__36(IAsyncResult asyncResult) +22
  41. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +42
  42. System.Web.Mvc.Async.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() +72
  43. System.Web.Mvc.Async.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() +396
  44. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +42
  45. System.Web.Mvc.Async.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() +38
  46. System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188
  47. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38
  48. System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32
  49. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
  50. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52
  51. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39
  52. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38
  53. System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46
  54. System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73
  55. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38
  56. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +651
  57. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
  58. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +134
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement