Results 1 to 3 of 3

Thread: Major Error Needing Major Help!!!

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216

    Red face Major Error Needing Major Help!!!

    My friend's computer is reporting this error when trying to fill a DataSet. All was working fine until he installed the sample PetShop project from Microsoft. Anybody have a CLUE on HOW to fix? HE can't run ANY projects that connect to SQL.

    Server Error in '/DataListDemo' Application.
    --------------------------------------------------------------------------------

    'ResourcePool' is not supported on the current platform.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.PlatformNotSupportedException: 'ResourcePool' is not supported on the current platform.

    Source Error:

    Line 77: SqlDataAdapter da = new SqlDataAdapter("Select * From Titles", conn);
    Line 78: DataSet ds = new DataSet();
    Line 79: da.Fill(ds, "title_record");
    Line 80: DataList1.DataSource = ds;
    Line 81: DataList1.DataBind();


  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Well I tried to find out for you, but could only find 1 newsgroup post of someone with the same problem. But he never got any answer.

    Cant find anything else.

    Maybe the petshop changed some SQL settings or something. Perhaps consider a re-install of SQL.

    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2001
    Location
    Florida
    Posts
    3,216
    yes I think that would be a good idea. We will try...and I'll get back to you...thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width