Cannot load the .NET assembly 'System.Data.DataSetExtensions'

Discussion in 'Silverlight' started by l.a.marco, Feb 7, 2009.

  1. So what do I have to do to have the web application load the .NET 3.5 standard assemblies.

    Could not load file or assembly 'System.Data.DataSetExtensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
    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.IO.FileNotFoundException: Could not load file or assembly 'System.Data.DataSetExtensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think you have the wrong version number. The correct version that comes w/ .net 3.5 is 3.5.0.0

    I believe 2.0 is their beta version #

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page