Bruno, I've added AllowPartiallyTrustedCallers in the trunk, but I haven't found any compilation issues. You can see the results at the mapserver buildbot: http://buildbot.osgeo.org:8504/waterfall
The binaries for testing purposes can be downloaded from here: http://vbkto.dyndns.org:1080/mapserver/szekerest-vc71-full/package/bin.zip http://vbkto.dyndns.org:1080/mapserver/szekerest-vc80-full/package/bin.zip http://vbkto.dyndns.org:1080/mapserver/szekerest-vc80x64-full/package/bin.zip Notify me how it goes. Best regards, Tamas 2007/12/2, Bruno Gendron <[EMAIL PROTECTED]>: > Tamas, > > I added to [assembly:AllowPartiallyTrustedCallers] to the assembly > configuration file, then tried to compile mapscript, with no success. SWIG > is still producing the following error: > > ..\..\mapserver.h(1393): Error: Syntax error in input(1) > > I'm using mapserver.h from CVS (attached to this message). > > I'm using VS 2003. > > > > > On Fri, 30 Nov 2007 19:41:00 +0100, Tamas Szekeres <[EMAIL PROTECTED]> wrote: > > >Bruno, > > > >I guess your deployment configuration would require to add the following > >line: > > > >[assembly:AllowPartiallyTrustedCallers] > > > >in mapscript\csharp\config\AssemblyInfo.cs > > > >You can add this row and recompile the csharp bindings to see whether > >this fix solves the problem or not. > > > >However I've never run into this problem. Could you describe the steps > >in a ticket to reproduce this behaviour? > > > >http://trac.osgeo.org/mapserver/newticket > > > > > >Best regards, > > > >Tamas > >