■63997 / inTopicNo.4) |
Re[2]: TwitterConsumer.cs について |
□投稿者/ げん (3回)-(2012/11/01(Thu) 17:11:42)
|
ヴァン さん、επιστημηさん
お返事どうもありがとうございました。 (1)のサイトからTwitterConsumerのソースコードをコピーして、(2)の オンラインC#コンパイラに貼り付けて、画面上のメニューバーの中の「C#を」クリックし、 「Execute」ボタンをクリックしたところ、(3)のエラーが表示されました。どうぞご指導宜しくお願いいたします。
(1)http://code.google.com/p/betablog/source/browse/lib/DotNetOpenAuth-3.3.1.9337/Samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs?r=d2f2d414f1f5083722951c4117c51ff4ae3bca1c
(2)http://www.compileonline.com/compile_csharp_online.php http://code.google.com/p/betablog/source/browse/lib/DotNetOpenAuth-3.3.1.9337/Samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs?r=d2f2d414f1f5083722951c4117c51ff4ae3bca1c
(3)Compiling the source code.... $/usr/local/bin/mcs /tmp/13517314743619/csharp13517314743619.cs 2>&1 /tmp/13517314743619/csharp13517314743619.cs(12,26): error CS0234: The type or namespace name `Linq' does not exist in the namespace `System.Xml'. Are you missing an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(13,30): error CS0234: The type or namespace name `Messaging' does not exist in the namespace `DotNetOpenAuth'. Are you missing an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(14,30): error CS0234: The type or namespace name `OAuth' does not exist in the namespace `DotNetOpenAuth'. Are you missing an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(15,30): error CS0234: The type or namespace name `OAuth' does not exist in the namespace `DotNetOpenAuth'. Are you missing an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(24,40): error CS0246: The type or namespace name `ServiceProviderDescription' could not be found. Are you missing a using directive or an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(34,41): error CS0246: The type or namespace name `MessageReceivingEndpoint' could not be found. Are you missing a using directive or an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(39,41): error CS0246: The type or namespace name `MessageReceivingEndpoint' could not be found. Are you missing a using directive or an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(41,31): error CS0246: The type or namespace name `XDocument' could not be found. Are you missing a using directive or an assembly reference? /tmp/13517314743619/csharp13517314743619.cs(46,31): error CS0246: The type or namespace name `XDocument' could not be found. Are you missing a using directive or an assembly reference? Compilation failed: 9 error(s), 0 warnings
■No63972 (ヴァン さん) に返信 > こんにちは。 > > この他に何をダウンロードしましたか? > また、どの様にコンパイルしましたか? > > >■No63968 (げん さん) に返信 >>TwitterConsumer.cs というツイッターAPIをダウンロードできる無料のC#のプログラムを下記のリンクからダウンロードしましたが、コンパイルエラーとなり、とても困っています。 >> >>http://code.google.com/p/betablog/source/browse/lib/DotNetOpenAuth-3.3.1.9337/Samples/DotNetOpenAuth.ApplicationBlock/TwitterConsumer.cs?r=d2f2d414f1f5083722951c4117c51ff4ae3bca1c >> >>コンパイルするために、何をどのようにすればよいのか、どうぞ教えてください。 >>宜しくお願いいたします。 >> > >
|
|