How to access web application class into silverlight application
        Posted  
        
            by Srikanth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Srikanth
        
        
        
        Published on 2010-04-29T07:23:19Z
        Indexed on 
            2010/04/29
            7:27 UTC
        
        
        Read the original article
        Hit count: 416
        
Silverlight
|3.0
Hi..I am beginner in silverlight..I have created a silverlight project. When a new silverlight project is created it is automatically creating a silverlight application and one web application. I have added a class in both applications. Now I want to access a method of web application class into silverlight application class. Is it possible? I have tried to add web application reference to silverlight but VS is not allowing. Is there any another way to do??
© Stack Overflow or respective owner