Showing related tags and posts accross the entire site.
-
When i run my web application, there is a PolicyException throwed that stops the server responding. It seems impossible to use NetTiers with Comunity Server 2007, despite that it worked in version 2.1. The exact message that I get when I run the application is: System.Security.Policy.PolicyException...
-
In revision 446 there is no import of System.ComponentModel so a compile error occurs when referencing the "Bindable" attribute, current code is simply: [Bindable] public String Filter Should be: using System.ComponentModel; ... [Bindable(true)] public String Filter