xsp2 doesn't work properly with symlinking ( there is error because GAC application domain security). On 64Bit system gentoo use symlink for /usr/lib to /usr/lib64 - that cause problems with some mono applications. Reproducible: Always Steps to Reproduce: 1. Go to cd /usr/lib/xsp/test/ 2. Start xsp2 in this directory 3. Take a look to Browser ax example on: http://localhost:8080/1.1/asp.net/codebehind1.aspx Actual Results: There is exception something about Broker Expected Results: xsp (1.1) shows page correctly. Problem is with /usr/lib -> /usr/lib64 symlinks. Possible fix is to correct /usr/bin/xsp2 : #!/bin/sh exec /usr/bin/mono $MONO_OPTIONS "/usr/lib64/mono/2.0/xsp2.exe" "$@" After changing "lib" to "lib64" everything works fine. There is official bug for that on mono bugzilla also.
Could you please post the results of `equery f dev-dotnet/xsp` w/ multilib (lib64)? Thanks!
Fixed in -r1, thanks!