Base solution for your next web application
Open Closed

Attempt to use a destroyed view: detectChanges #7698


User avatar
0
farhantufail created

I'm using my own components instead of using default modal component for edit and create.But I'm getting Attempt to use a destroyed view error only when I go for editing. I'm using this code to get my component for edit. this.router.navigate(['/app/admin/employees/Edit',id]); please help me in solving my issue. Thanks alot. !


6 Answer(s)
  • User Avatar
    1
    maliming created
    Support Team

    What is your product version?

    Possible solution: https://github.com/aspnetzero/aspnet-zero-core/issues/2440

  • User Avatar
    0
    farhantufail created

    We are using product version 7.0.0 and link https://github.com/aspnetzero/aspnet-zero-core/issues/2440 showed page of 404.kindly guide me to see content of the page. Thanks

  • User Avatar
    1
    maliming created
    Support Team

    Notice You can invite anyone to become a member of the ASP.NET Zero organization using their GitHub username. And they can access the ASP.NET Zero private GitHub repositories. Your license plan allows you to add up to 20 users. Right after you add a GitHub user, the user will receive an invitation email. If there is problem receiving the invitation email, alternatively user can visit github.com/orgs/aspnetzero page and accept the invitation

  • User Avatar
    0
    farhantufail created

    Thank Dear, I'd read that,Now do you think should we upgrade to version 7.1 ?

  • User Avatar
    1
    maliming created
    Support Team

    You can try upgraded to ngx-bootstrap 4.3.0

  • User Avatar
    0
    farhantufail created

    It worked & That's great.Thanks alot dear .