WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
Hi As in the title - Is this possible? Are there any examples anywhere for using windsor/wcf facility within an SL app? -- Cheers, w:// -- You received this message because you are subscribed to the Google Groups Castle Project Users group. To post to this group, send email to

Re: WCF Facility - Silverlight

2011-04-16 Thread Krzysztof Koźmic
client side? No. Some people expressed their interest in that some time ago (over a year back) but no action was taken to implement it. On 16 April 2011 20:34, Wayne Douglas codingvi...@googlemail.com wrote: Hi As in the title - Is this possible? Are there any examples anywhere for using

Re: WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
what would need to be done? is it a big task? 2011/4/16 Krzysztof Koźmic krzysztof.koz...@gmail.com: client side? No. Some people expressed their interest in that some time ago (over a year back) but no action was taken to implement it. On 16 April 2011 20:34, Wayne Douglas

Re: WCF Facility - Silverlight

2011-04-16 Thread Krzysztof Koźmic
It depends what pieces of functionality you'd want to port and how much of the API is exposed in Silverlight. To be brutally honest I have no idea. Krzysztof On 16/04/2011 8:40 PM, Wayne Douglas wrote: what would need to be done? is it a big task? 2011/4/16 Krzysztof

Re: WCF Facility - Silverlight

2011-04-16 Thread Wayne Douglas
i think i'll try and take a look in a bit - using service references is killing me slowly. 2011/4/16 Krzysztof Koźmic krzysztof.koz...@gmail.com: It depends what pieces of functionality you'd want to port and how much of the API is exposed in Silverlight. To be brutally honest I have no idea.

DynamicProxy in .NET 2.0?

2011-04-16 Thread Egbert Teeselink
Hi guys, First off, thanks for such an excellent library. It is amazing how powerful DynamicProxy is given such a simple API. However, I'm wondering: is there any way to run it on .NET 2.0? According to the project website, 2.0 is supported, but the downloads as well as sln in the github

Re: DynamicProxy in .NET 2.0?

2011-04-16 Thread Krzysztof Koźmic
The most recent version does not support .NET 2.0 (it is 6 years old, and even Microsoft doesn't support it anymore). I think 2.1 was the last version to support .NET 2.0 Krzysztof On 17/04/2011 3:54 AM, Egbert Teeselink wrote: Hi guys, First off, thanks for such an excellent library. It is