2

Bing Search APIC# プログラムでを使用しようとしていました。やってみると

using System.Data.Services.Client;私のプログラムでは、次のエラーが表示されます。

The type or namespace name 'Services' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)

Windows 7 64 ビット版で Microsoft Visual Studio 2010 を使用しています。& プログラミングは初めてで、アセンブリ参照の設定方法がわかりません。どうすればこれを解決できますか教えてください。

4

1 に答える 1

9

参照を追加

参照を追加

System.Data.Services.Client

ここに画像の説明を入力

于 2012-10-28T02:10:29.333 に答える