Advertisement
onzulin

Untitled

Sep 5th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.11 KB | None | 0 0
  1. An unhandled exception occurred while processing the request.
  2. NullReferenceException: Object reference not set to an instance of an object.
  3. Domotica_db.Areas.Usuarios.Pages.Editar.Areas_Usuarios_Pages_Editar_Editar.<ExecuteAsync>b__34_0() in Editar.cshtml, line 44
  4.  
  5. Stack Query Cookies Headers
  6. NullReferenceException: Object reference not set to an instance of an object.
  7. Domotica_db.Areas.Usuarios.Pages.Editar.Areas_Usuarios_Pages_Editar_Editar.<ExecuteAsync>b__34_0() in Editar.cshtml
  8. +
  9.                     @Html.DropDownList("Input.Role", new SelectList(Model.Input.rolesLista, "Text", "Text"), "Seleccione un role", null)
  10. Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.GetChildContentAsync(bool useCachedResult, HtmlEncoder encoder)
  11. Microsoft.AspNetCore.Mvc.TagHelpers.RenderAtEndOfFormTagHelper.ProcessAsync(TagHelperContext context, TagHelperOutput output)
  12. Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.RunAsync(TagHelperExecutionContext executionContext)
  13. Domotica_db.Areas.Usuarios.Pages.Editar.Areas_Usuarios_Pages_Editar_Editar.ExecuteAsync()
  14. Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
  15. Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageAsync(IRazorPage page, ViewContext context, bool invokeViewStarts)
  16. Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderAsync(ViewContext context)
  17. Microsoft.AspNetCore.Mvc.ViewFeatures.ViewExecutor.ExecuteAsync(ViewContext viewContext, string contentType, Nullable<int> statusCode)
  18. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeResultAsync(IActionResult result)
  19. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResultFilterAsync<TFilter, TFilterAsync>()
  20. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResultExecutedContext context)
  21. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.ResultNext<TFilter, TFilterAsync>(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
  22. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeResultFilters()
  23. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter()
  24. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)
  25. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(ref State next, ref Scope scope, ref object state, ref bool isCompleted)
  26. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync()
  27. Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync()
  28. Microsoft.AspNetCore.Builder.RouterMiddleware.Invoke(HttpContext httpContext)
  29. Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
  30. Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)
  31. Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.MigrationsEndPointMiddleware.Invoke(HttpContext context)
  32. Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext httpContext)
  33. Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.DatabaseErrorPageMiddleware.Invoke(HttpContext httpContext)
  34. Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement