Advertisement
Guest User

err

a guest
Nov 14th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. Microsoft.EntityFrameworkCore.Infrastructure: Information: Entity Framework Core 3.0.0 initialized 'TestAPIContext' using provider 'Microsoft.EntityFrameworkCore.SqlServer' with options: None
  2. Microsoft.EntityFrameworkCore.Database.Command: Information: Executing DbCommand [Parameters=[@__item_StoreNumber_0='?' (DbType = Double)], CommandType='Text', CommandTimeout='30']
  3. SELECT TOP(1) [h].[activeEmployee], [h].[ID], [h].[empID], [h].[StoreNumber]
  4. FROM [employeeInfo] AS [h]
  5. WHERE (([h].[StoreNumber] = @__item_StoreNumber_0) AND ([h].[StoreNumber] IS NOT NULL AND @__item_StoreNumber_0 IS NOT NULL)) OR ([h].[StoreNumber] IS NULL AND @__item_StoreNumber_0 IS NULL)
  6. The thread 0x5668 has exited with code 0 (0x0).
  7. Microsoft.EntityFrameworkCore.Database.Command: Information: Executing DbCommand [Parameters=[@__item_StoreNumber_0='?' (DbType = Double)], CommandType='Text', CommandTimeout='30']
  8. SELECT TOP(1) [h].[activeEmployee], [h].[ID], [h].[empID], [h].[StoreNumber]
  9. FROM [employeeInfo] AS [h]
  10. WHERE (([h].[StoreNumber] = @__item_StoreNumber_0) AND ([h].[StoreNumber] IS NOT NULL AND @__item_StoreNumber_0 IS NOT NULL)) OR ([h].[StoreNumber] IS NULL AND @__item_StoreNumber_0 IS NULL)
  11. Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor: Information: Executing ViewResult, running view [{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].
  12. Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor: Error: The view '[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}]' was not found. Searched locations: /Views/ARS/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml, /Views/Shared/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml, /Pages/Shared/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml
  13. Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Information: Executed action BeerBoard.Controllers.ARSController.Post (BeerBoard) in 3707.793ms
  14. Microsoft.AspNetCore.Routing.EndpointMiddleware: Information: Executed endpoint 'BeerBoard.Controllers.ARSController.Post (BeerBoard)'
  15. 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
  16. 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.0.0\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
  17. Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware: Error: An unhandled exception has occurred while executing the request.
  18.  
  19. System.InvalidOperationException: The view '[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}]' was not found. The following locations were searched:
  20. /Views/ARS/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml
  21. /Views/Shared/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml
  22. /Pages/Shared/[{"storeNumber":1001,"isActive":false},{"storeNumber":1004,"isActive":false}].cshtml
  23. at Microsoft.AspNetCore.Mvc.ViewEngines.ViewEngineResult.EnsureSuccessful(IEnumerable`1 originalLocations)
  24. at Microsoft.AspNetCore.Mvc.ViewFeatures.ViewResultExecutor.ExecuteAsync(ActionContext context, ViewResult result)
  25. at Microsoft.AspNetCore.Mvc.ViewResult.ExecuteResultAsync(ActionContext context)
  26. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResultFilterAsync>g__Awaited|29_0[TFilter,TFilterAsync](ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  27. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResultExecutedContextSealed context)
  28. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext[TFilter,TFilterAsync](State& next, Scope& scope, Object& state, Boolean& isCompleted)
  29. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeResultFilters()
  30. --- End of stack trace from previous location where exception was thrown ---
  31. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
  32. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
  33. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
  34. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
  35. --- End of stack trace from previous location where exception was thrown ---
  36. at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
  37. at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
  38. at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
  39. at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
  40. 'iisexpress.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.0.0\Microsoft.AspNetCore.Http.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
  41. Microsoft.AspNetCore.Hosting.Diagnostics: Information: Request finished in 3775.0027ms 500 text/plain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement