On 09.09.2010 11:34, Andrew K. wrote: > > Hi there, > > I spent the last days on getting our application to run with mono. > I'm developing on a Windows XP SP3 system with Visual Studio 10 and .NET > 3.5. > For the local tests I installed mono-2.6.7. Additionally I installed Cygwin > and installed there the current trunk version from SVN and compiled it with > the "profile4=yes" flag. > > If I try the mono.exe from within "Mono-2.6.7\bin" in my program files > directory following output appears if I use the --security flag (full call: > "mono --security byzz.exe"):
"mono --security" is enabling the CAS security model which is experimental in Mono. With other words: don't use it unless you're aware of the implications. Other security models and options are documented in the mono(1) man page. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
