0

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.

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

Yes, thanks, this worked, now I understand why, because Resources is part of the namespace. It is not an object, so it should be treated like a namespace not a class of objects. Thanks.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.