steffen.rahn 0 Newbie Poster

I've got the following Problem while using linq with stored procedures:

I convert the ISingelResult with AsQueryable() to IQueriable and then try to serialize the results with JSON.NET (James Newton Kings JSON serializer) but I alsways get a "The query results cannot be enumerated more than once" Exception

Any Help is appreciated...