Res*_*ure 6 f# visual-studio-2008 winforms
我正在使用Visual Studio 2008 Integrated Shell和F#CTP(十月).一切正常,但是当我尝试打开System.Windows.Forms时,VS会出错:the namespace 'Windows' is not defined
.
但是,当我尝试在F#interactive中打开命名空间时,它会起作用.
我究竟做错了什么?
对于F#Visual Studio项目,您需要右键单击项目的References条目并浏览Add Reference对话框.F#Interactive默认包含对几个常用程序集的引用,而F#应用程序项目默认只获取FSharp.Core,mscorlib,System和System.Core.