Strange one. I would try re-gac of System.Data.dll. Open Visual Studio command prompt then goto c:\windows\Microsoft.Net\Framework folder and see if you have multiple v2* folders. Inside the v2* folder (for example v2.0.50727) you should see System.Data.dll, run:
gacutil /if System.Data.dll
This will forcibly update the GAC with correct info for System.Data.dll.
|