Wednesday, November 21, 2007

Could not load file or assembly 'System.Data.DataSetExtensions, Version=2.0.0.0

I encountered this error today when compiling a project of mine, and luckily it was one of the more straightforward problems to correct.

All that was required was to change the "2.0.0.0" to "3.5.0.0" in the web.config file and all was well. It look as though Visual Studio 2008 doesn't automatically change a lot of the references during a project upgrade. If only most of the errors I came across were this easy to solve...

No comments: