F# Library in Silverlight Application?
        Posted  
        
            by cam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cam
        
        
        
        Published on 2010-05-19T16:48:29Z
        Indexed on 
            2010/05/19
            16:50 UTC
        
        
        Read the original article
        Hit count: 163
        
I have an F# library in the same solution as a Silverlight (C#) project that I'd like to use the library in. When I try to add a reference to the library project, it says I can only add Silverlight references. How can I make this F# library compatible with my Silverlight project?
I'm using Visual Studio 2010.
© Stack Overflow or respective owner