Custom librairies with Razor with the release version of MVC 3
- by Maxim
So I'm developing an in-house library for MVC 3 and I want to add it to my project.
I added it to my web.config. I added the assembly and added it to the pages - namespaces section and... no. Doesn't work.
I tried recompiling, etc... but Razor doesn't like it at all. It's not an intellisense problem... the site can't run if I use my defined…