Dynamic Data with Subsonic 3
        Posted  
        
            by Ezequiel Bertti
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ezequiel Bertti
        
        
        
        Published on 2009-12-04T02:49:47Z
        Indexed on 
            2010/04/01
            1:23 UTC
        
        
        Read the original article
        Hit count: 653
        
i want to make a webproject with Subsonic and Dynamic Data...
But when i go register the ContextData a don't have it in subsonic with LINQ...
in Global.asax.cs a have to do something like this
model.RegisterContext(SubSonicRepo, new ContextConfiguration() { ScaffoldAllTables = true });
how can i make it work?
have some way to make it work?
using entities or LINQ everything work... but using Subsonic with linq it not work...
© Stack Overflow or respective owner