How do i add a string template to views in .net mvc?
        Posted  
        
            by Lina
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lina
        
        
        
        Published on 2010-05-12T11:20:45Z
        Indexed on 
            2010/05/12
            11:24 UTC
        
        
        Read the original article
        Hit count: 370
        
Hi, I have a newbie question,, how do i add a string template to the views folder in a .net mvc project? i have added a reference to StringTemplate.dll and antlr.runtime.dll but seems that is not enough. i.e. when i right-click on views and choose Add >> New Item i can't find a file with .st extension in the list that i get... how do i achieve that? Thanks a million in advance
© Stack Overflow or respective owner