Hi, I assumed DynamicProxy was compatible with Mono, given that this page lists Mono as one of the supported runtimes: http://docs.castleproject.org/Tools.DynamicProxy-Introduction.ashx. But, I get a slew of exceptions and total fail when I try to run a very basic DynamicProxy project against Mono 2.10.9. Some of the exceptions I'm seeing:
Missing method .ctor in assembly C:\Dev\Mono\MonoConsole1\MonoConsole1\bin\Debug \Castle.Core.dll, type System.Runtime.CompilerServices.ExtensionAttribute Can't find custom attr constructor image: C:\Dev\Mono\MonoConsole1\MonoConsole1\ bin\Debug\Castle.Core.dll mtoken: 0x0a000067 Missing method System.Environment::get_CurrentManagedThreadId() in assembly C:\P ROGRA~2\MONO-2~1.9\lib\mono\4.0\mscorlib.dll, referenced in assembly C:\Dev\Mono \MonoConsole1\MonoConsole1\bin\Debug\Castle.Core.dll [ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not found: 'System.Environment.get_CurrentManagedThreadId'. I really hoped to use DynamicProxy in my project -- can anybody tell me what the problem is? I built my class library that uses DynamicProxy in VS 2012 with .NET 4.5 -- is that the problem? Thanks, Landon -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/castle-project-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
