resources at class library project
        Posted  
        
            by Night Walker 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Night Walker 
        
        
        
        Published on 2010-06-13T14:38:44Z
        Indexed on 
            2010/06/13
            16:42 UTC
        
        
        Read the original article
        Hit count: 343
        
Hello
I want to add some xml file as resource to my class library project .
Any idea how to do so , and call it later? 
In windows application i would do it like ClassLibrary1.Properties.Resources.file.xml
But here it didn't worked any idea how i do it here ?
© Stack Overflow or respective owner