kinch:Thanks for that tip! I've also stumbled across a kind of solution of the 'filename = module name' variety.... this lets me define and open a module from within the same project and I've got this working OK.
Yah, this is another feature, you also can get rid of the autogenerated module names by using namespaces.
kinch:But... I'm wondering also, however, how to reference an F# module from another project / DLL?
With regular "Add Reference..." menu. No magic here.