I just wan't sure if this is something not known yet or just nobody fealt like responding.
I have some questions for you which may be able to help me figure out what the issue is.
I think my problem is the return type.
Someone in the LINQ forum mentioned that you need to use System.Data.Extensions.dll so you can ToArray() the LINQ query and you return the array from your webservice.
Unfortunately they are saying System.Data.Extensions.Dll does not work in website model, only in web application model.
As far as I know BLINQ generates a project in Website model correct? I really don't know much about this stuff but if we are able to piece it together I would love to throw a blog post up somewhere about it.
synced
Member
132 Points
45 Posts
Re: BLINQ and Atlas
Aug 23, 2006 08:32 PM|LINK
Thank you so much Polita!
I just wan't sure if this is something not known yet or just nobody fealt like responding.
I have some questions for you which may be able to help me figure out what the issue is.
I think my problem is the return type.
Someone in the LINQ forum mentioned that you need to use System.Data.Extensions.dll so you can ToArray() the LINQ query and you return the array from your webservice.
Unfortunately they are saying System.Data.Extensions.Dll does not work in website model, only in web application model.
As far as I know BLINQ generates a project in Website model correct? I really don't know much about this stuff but if we are able to piece it together I would love to throw a blog post up somewhere about it.
Thanks and take care!