Hi there,
Is there a reason why i can't reference any assemblies from my master page or views?
So for example in my controler classes I can go MyRootnamespace.OtherAssembly.ClassName but when I do this in my view like:
<% MyRootnamespace.OtherAssembly.ClassName %>
it says OtherAssembly does not belong to MyRootnamespace