My DTOs are interfaces for various reasons.DynamicProxy is used to generate an on the fly implementation at the client side. This means the whole data the client manages ,quite important part, are actually proxies and currently not debuggable.
On Jul 6, 2:02 pm, Krzysztof Koźmic <[email protected]> wrote: > I don't know. > I don't really use Silverlight. > Why do you need to debug DP in the first place? > > 2010/7/6 Anargyros <[email protected]>: > > > > > Isn't there anything i can do to remedy the situation? > > Full normal debugging is not necessary but from what you have seen is > > there any hack or trick i can look into? > > > On Jul 2, 2:16 pm, Krzysztof Koźmic <[email protected]> > > wrote: > >> because silverlight debugger is much less capable than .NET debugger > > >> On 2/07/2010 8:16 PM, Anargyros wrote: > > >> > Why can't i debug my dynamic proxies? > > >> > "Cannot evaluate expression" > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
