The problem is the following: when creating a view, through the context menu (right-click, create views) on some of the actions, in the model class field, the class ( ApplicationUser ) is not visible, and the class ( ErrorViewModel ) that lies next to can be seen and if I remove inheritance ( : IdentityUser ) then you can see it when you create a view in the class model field. What the X @@ n such ???

In the same project on another computer can be seen. What could be the problem? If anyone encountered write what you can do.

  • nothing is clear - what and where and who can be seen? Do not waste words. give the code that does not work, the code with which you solved the problem and what did not work out. - tym32167
  • @ tym32167 code is a lot, and that's not the point. The project is working normally, but on one computer you can right-click on the method, add a view, and there is an ApplicationUser field in the model class field, but not on the other computer. And even if I create an empty asp.net.mvc project, there is still no class. And, on the other computer there. - EugeneTM
  • Is the class itself present in the code? Sometimes you need to knock down a project so that it appears in that dialog - tym32167
  • @ tym32167 yes present, I also tried the build. - EugeneTM
  • Well then it is strange, but without the ability to reproduce, there is essentially nothing to suggest. Is that the rearrange the studio :) - tym32167

0