I have a solution consisting of two projects.
The first project is Project.api, while the second is Project.models within C# .NET (webapi) solution. I can not get test.models to be recognized when pointing to it via using test.models; at the top of one of my classes.
What do I need to do to get the api project to not show red underline under the .models namespace?
I have tried to re assign asp.net version from 4.5.2 to 4.0, and included references to Project.models under Project.api without success.
How can I get past this intellisense issue?
Please see Solution Explorer screenshot. Root namespace renamed.
