Intellisense not working on shared ressources files between projects (Visual Studio 2015)

I'm working on a asp.net MVC solution.

I have created a common resources folder in my solution. The goal is to use the same resources files in different projects.

To do this, I followed this great tutorial :

https://www.opten.ch/blog/2015/02/17/sharing-resources-between-projects-in-a-visual-studio-solution/

It works, I can build my code but no files added to the shared project have intellisense. Moreover there is some code underlined in red. (In particular with the .cshtml file)

How can I resolve this?

Upvotes: 0

Views: 307

Answers (0)

Related Questions