Is there a way to use 2 LLBLGEN DALs in the same project without conflict? e.g. setting CatalogNameToUse per project within the appsettings etc?
Thanks Paul
You can use 2 DALs in the same project. Just make sure you use different values for each DAL's ConnectionStringKeyName property in the Designer's Project Properties.
So wach DAL can easily recognize its connectionString.
How about CatalogNameToUse - can i called that something different? in order to relate to individual projects
Instead use Catalog name overwriting