2013-10-14 87 views
0

我剛剛在我的VS項目上安裝了WCF Data Services Server 5.5.0,一個使用控制檯應用程序,另一個使用Sharepoint viual webpart項目。但是,當我在我的SharePoint頁面中添加Web部件時出現錯誤,這是我得到的錯誤:無法加載文件或程序集'Microsoft.Data.Services.Client,版本= 5.5.0.0

無法加載文件或程序集'Microsoft.Data.Services.Client,Version = 5.5.0.0 ,Culture = neutral,PublicKeyToken = 31bf3856ad364e35'或其依賴項之一。該系統找不到指定的文件。

在VS我指向正確的目錄,其中存儲的DLL和選項複製本地是真實的。有任何想法嗎?

回答

2

我通過安裝WCF Data Services 5.6.0解決了這個問題。 從here

下載它遵循以下步驟:

1) Close all instances of VS 
2) Install the exe 
3) Test your Service (Normally I would get the error above at this step) 
4) Close VS again and go to your exe and run it again 
5) this time click on **Repair** button and that should solve your issue 
相關問題