Matiss Keiris
Matiss Keiris

Reputation: 3

C# MVC5 View not recognizing namespace

I have recently run on this problem. I have tried to add namespace to Views/web.config or on top of the view, but still occur on the problem, where View can't find the contents of namespace.

Problem

Ofcorse it is not a big problem, but it is annoying to always write the full namespace.

Upvotes: 0

Views: 52

Answers (1)

Przemysław Kleszcz
Przemysław Kleszcz

Reputation: 646

Maybe you should try write another using that contains your Resources path?

Upvotes: 1

Related Questions