OK, thanks. Wish I had known that a few days ago, but I should've tested sooner, too. This is the page that lists Mono as a supported runtime, in case you're looking for it: http://docs.castleproject.org/Tools.DynamicProxy-Introduction.ashx . Thanks for the quick reply.
On Monday, February 25, 2013 2:22:48 PM UTC-6, Krzysztof Koźmic wrote: > > Hi Landon, > > There were efforts at some point to get DynamicProxy and Windsor working > on Mono, and different people came and went contributing bits and pieces, > but I don't think we ever got to a point of having a working mono build > with all test passing and all differences between .NET and Mono taken care > of. > We do not have at the moment anyone working on Mono compatibility either. > > Thanks for pointing out our documentation is misleading, I'll update that > to better reflect reality. > -- > Krzysztof Kozmic > > On Tuesday, 26 February 2013 at 3:09 AM, Landon Campbell wrote: > > 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.
