CCNet WebDashboard getting assembly does not allow partially trusted callers exception
Whilst installing a TFS & CCNet demo system I got an exception System.Security.SecurityException: That assembly does not allow partially trusted callers when I tried to load the CCNet WebDashboard. The problem was that default CCNet installer had created the WebDashboard on the default web site as the virtual directory http://localhost/ccnet As this was also a TFS server the default web site was a WSS3 server. Bascially the SharePoint did not like (trust) the CCNet virtual directory’s DLLs. ...