我有一個小問題,我試圖使用twitterizer與af#app..this是第一次比我使用NuGet,我安裝它並從NuGet Repo下載twitterizer,它出現在我的引用中,到目前爲止好,但現在,當我嘗試使用它,我得到:如何使用NuGet包和命名空間與f#
的命名空間或Twitterizer沒有定義
模塊,我在使用
open Twitterizer (actually the intellisense detect twitterizer good)
c#將是:
using Twitterizer;
我正在讀一本類似的問題: F# defining/using a type/module in another file in the same project
但對我來說是一個參考,而不是一個file..I知道比它是一個很小白的問題,但我看不到錯誤
您是編譯還是使用F#Interactive? – Brian 2012-02-17 01:12:12