skip to Main Content

in visual studio 2022 in blazor project i have fake error in all element bind
enter image description here

my project build and run and publish successfully … but this error existed everywhere …
how i fix it ?

Error :

Severity Code Description Project File Line Suppression State
Error (active) RZ9989 The attribute ‘@bind’ was matched by multiple bind attributes. Duplicates:
Microsoft.AspNetCore.Components.Web.BindAttributes
Microsoft.AspNetCore.Components.Web.BindAttributes PagesCacheManagementPaymentSystemsReportDaily.razor 84

2

Answers


  1. Chosen as BEST ANSWER

    in visual studio 17.4.4 the problem fixed


  2. I did not have it until 17.4.4 now I do…

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search