I am using Visual Studio 2008 Integrated Shell with the F# CTP (October). Everything works fine, but when I am trying to open System.Windows.Forms, VS gives an error: the namespace 'Windows' is not defined
.
However, it works when I try to open the namespace in F# interactive.
What am I doing wrong?