Hi,
I've been trying to use mono to run some CGI programs (i.e. .NET exes) under
Apache. However, whenever I run some code which performs reflection (e.g.
see below), the program freezes.
  var properties = typeof(Object).GetProperties();
This only happens under the account www-data; it runs fine under any other
account. It happens regardless of the type I am trying to use reflection on.
Are there some additional permissions I need to assign to www-data? If so,
why does the program just freeze instead of throwing an exception?

I would really appreciate it if someone could help me with this.
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Mono-Freezes-on-Reflection-Under-www-data-tp3072170p3072170.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to