I want to store the Wix compiler code in a central location under source control within our organisation so that everyone that ends up using Wix uses a standard build. When I added to source control and tried to bruild a single file I get the following error message. Does anyone know what is causing it?
All files have read and execute on them except for directories which have read, write and execute. The files are store on a unix system, mounted onto Windows using source control system called Clearcase. W:\Wix>candle.exe ..\..\..\wirelessDashboard\InstallDir\Installer\ServerGraphics .wxs Unhandled Exception: System.Security.SecurityException: That assembly does not a llow partially trusted callers. at System.Security.CodeAccessSecurityEngine.ThrowSecurityException(Assembly a sm, PermissionSet granted, PermissionSet refused, RuntimeMethodHandle rmh, Secur ityAction action, Object demand, IPermission permThatFailed) at Microsoft.Tools.WindowsInstallerXml.Tools.Candle..ctor() at Microsoft.Tools.WindowsInstallerXml.Tools.Candle.Main(String[] args) The action that failed was: LinkDemand The assembly or AppDomain that failed was: candle, Version=2.0.4820.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad The Zone of the assembly that failed was: Intranet The Url of the assembly that failed was: file:///W:/Wix/candle.exe W:\Wix> -- View this message in context: http://www.nabble.com/That-assembly-does-not-allow-partially-trusted-callers-tf3308114.html#a9201781 Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

