Well... I don't actually see a point in having duplicate class for every single model class.
I can't even delete the circular reference since it's needed for some calculations. (Think of Invoice and InvoiceLine, Invoice having a collection of InvoiceLine and each InvoiceLine needing a reference to its owning Invoice to calculate totals, etc.) I will appreciate if you can test it. Thanks a lot! Michael Schwarz schrieb: > I will run a test to see what is maybe wrong. Have you tried to build > own classes or a struct? > > Regards, > Michael > > > > On 4/4/06, Damián Janowski <[EMAIL PROTECTED]> wrote: > > > > I'm running into the same problem. > > > > What if my business objects are in another assembly rather than the web > > one? > > It doesn't seem to pay attention to AjaxNonSerializable() ? > > > > > > > > Michael Schwarz schrieb: > > > > > Great!!! > > > > > > Regards, > > > Michael > > > > > > > > > > > > On 4/4/06, Josh <[EMAIL PROTECTED]> wrote: > > > > > > > > Yes, of course, i was inheriting so it is going to grab all the props > > > > from the inhetited class. silly me. Thank you I have it working now, > > > > I think! > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Kind regards, > > > Michael Schwarz > > > > > > Microsoft MVP - Most Valuable Professional > > > Microsoft MCAD - Certified Application Developer > > > > > > http://www.schwarz-interactive.de/ > > > mailto:[EMAIL PROTECTED] > > > > > > > > > > > > -- > Kind regards, > Michael Schwarz > > Microsoft MVP - Most Valuable Professional > Microsoft MCAD - Certified Application Developer > > http://www.schwarz-interactive.de/ > mailto:[EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" 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/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
