How can I use non-Silverlight assemblies in a Silverlight app?
        Posted  
        
            by norbertB
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by norbertB
        
        
        
        Published on 2009-04-06T13:14:02Z
        Indexed on 
            2010/04/30
            0:17 UTC
        
        
        Read the original article
        Hit count: 468
        
I'm working an project (pure hobby, "Sharping my skills") which has one unified back-end and multiple front-ends (ASP.NET MVC 1.0/JQuery and Silverlight 2). When I try to add reference to my business layer assembly in the Silverlight 2 project (VS2008); It gets rejected, because it's not a Silverlight assembly.
Is their a way to include and reference a non-Silverlight assembly in a Silverlight app?
© Stack Overflow or respective owner