I am using VS 2017 and trying to create "Web API 2 OData v3 Controller with actions, using Entity Framework". This was working without issue earlier.
Today when I tried it, it failed with below error message.
Object reference not set to an instance of an object.
I followed below steps but it did not worked,
- Delete folder C:\Users\userlogin\AppData\Local\Microsoft\VisualStudio
- Delete folder C:\Users\userlogin\AppData\Local\Microsoft\VSCommon
- run command devenv /resetuserdata
Is there a way to get the actual error or am I missing something?