ASP.NET runtime error: 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
The above error is caused when we already have VS 2005 and installing VS 2008 causes this error.
What happened in this case is VS 2008 is still pointing to Version 2.0.
So to solve this
- Right click the application in Solution Explorer
- Select Property Page
- References Item
- Select Version 2.0 DLL and select Remove button.
- Now building this application will close this issue
Happy Coding........ :)
Thanks,
Kash [Surya Prakash]
No comments:
Post a Comment