PDA

View Full Version : Cannot load the .NET assembly 'System.Data.DataSetExtensions'


l.a.marco
02-07-2009, 08:44 AM
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.

bruce
02-11-2009, 08:01 AM
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 (http://www.DiscountASP.NET)