WCF/ADO.NET Data Services - Could not load type 'System.Data.Services.Providers.IDataServiceUpdatePr
Posted
by Sahil Malik
on Win Smarts
See other posts from Win Smarts
or by Sahil Malik
Published on Tue, 27 Apr 2010 08:53:11 GMT
Indexed on
2010/04/27
12:55 UTC
Read the original article
Hit count: 571
SharePoint 2010 B2
Ad:: SharePoint 2007 Training in .NET 3.5 technologies (more information). |
When you try accessing ListData.svc, do you get the following error?
Could not load type 'System.Data.Services.Providers.IDataServiceUpdateProvider' from assembly 'System.Data.Services, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Well, if you followed the instructions in Chapter 1 of my book to build your VM, you wouldn’t run into the above issue. But if you do, you need to install -
For Windows Vista and Windows 2008 - http://www.microsoft.com/downloads/details.aspx?familyid=4B710B89-8576-46CF-A4BF-331A9306D555&displaylang=en
For Windows 7 and Windows 2008 R2 - http://www.microsoft.com/downloads/details.aspx?familyid=79d7f6f8-d6e9-4b8c-8640-17f89452148e&displaylang=en
Remember to:
a) Install the x64 version, and
b) Do an IISReset before trying again.
© Win Smarts or respective owner