Closed chaitanyabagrait closed 5 years ago
Hi @prafullbhosale , Is there any solution to my error ? I can see it as closed but can't see the fix for it.
@chaitanyabagrait apologies about the delay here, but the issue isn't closed. The issue #465 is closed as a dupe of this one. This error usually happens if there is a mismatch in the dotnet CLI and Visual studio. Can you provide the versions of both the CLI and VS?
The CLI version can be found out by running dotnet --info
on a commandline.
This is fixed.
I created a new project of asp.net core web application using .net framework.
Then I created a model with its attribute and also have created a key in the model.
When I am trying to scaffold using the entity framework which adds controller and view I am getting error. Please find the error attached with this question.
current webapplication.csproj