« Previous Next »

Thread: What The?! The Skip operator is not supported for sequences containing sequences.

Last post 05-19-2008 11:19 AM by CVertex. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 05-19-2008, 10:58 AM

    • CVertex
    • Not Ranked
    • Joined on 09-08-2006, 10:53 PM
    • Posts 9

    What The?! The Skip operator is not supported for sequences containing sequences.

    Howdy,

    I've written a brand spankin new 3.5 web app with Linq To SQL, MS.MVC Preview and it's the best thing on the planet....well, I think so :)

    Trouble is, I'm trying to deploy to an IIS6 Win2k3 server at my office. The server has a number of already running websites.

    However, when I deploy my new web app to my new web site, and try and visit the home page, i get a strange error.

    The Skip operator is not supported for sequences containing sequences (with the exception of IGrouping under SQL Server 2005).

    Which is a strange error? No?

    The connection string points to the locally running SQLExpress (SQL Sever 2005) instance.

    Also, the version information at the bottom of the error page seems weird:

    Version Information: Microsoft .NET Framework Version:2.0.50727.1378; ASP.NET Version:2.0.50727.1378 

    Is this the correct information for .net framework 3.5?

     

    I'm confused about how to fix this problem.

    Can anyone suggest how to diagnose what's wrong? Identify how to fix it?

    I appreciate any help. IIS6 is giving me a headache. MS, I promise to upgrade next month :)

    -CV


     

     

  • 05-19-2008, 11:11 AM In reply to

    • CVertex
    • Not Ranked
    • Joined on 09-08-2006, 10:53 PM
    • Posts 9

    Re: What The?! The Skip operator is not supported for sequences containing sequences.

     I'm doublely confused

    The other MS.MVC + linq to sql web site seems to work fine for listing, but when I create an item, I get the error.

    Method not found: 'Void System.Data.Linq.Table`1.InsertOnSubmit(!0)'.

    Doubley confused. Doubley appreciative of any assistance/advice given.

    Regards,

    CV

     

  • 05-19-2008, 11:19 AM In reply to

    • CVertex
    • Not Ranked
    • Joined on 09-08-2006, 10:53 PM
    • Posts 9

    Re: What The?! The Skip operator is not supported for sequences containing sequences.

     I took a sneak peak into reflector on sys.data.linq and it has Add instead of InsertOnSubmit on the Table<TEntity> class. Therefore, .net framework 3.5 pre-final was installed.


Page 1 of 1 (3 items)
Microsoft Communities