**Answer!** Apparently the problem is that when you add a reference to the bin\Release or bin\Debug, Visual Studio (or the Silverlight project system) decides to try to reference the project. This fails for whatever reason. If you copy the F# output DLL to another location, then the reference goes through just fine. (This will be a file reference, not a project reference, of course.) Then setup dependencies so the F# library builds first, then you can use a file reference to get the F#-generated binary.