Note that there are some explanatory texts on larger screens.

plurals
  1. POSQLite and SubSonic 3.0 Not Generating from T4 Template?
    primarykey
    data
    text
    <p>I cannot get the latest SubSonic with SQLite ActiveRecord to work. <br/><br/></p> <p>I grabbed the latest 3.0x bits from the web site on July 15th.<br/> I made a brand new WPF project with the namespace 'MineSpace'. <br/> I created a SQLite v3 database with 5 tables and FKey relationships (no triggers).<br/> I added ActiveRecord.tt, Settings.ttinclude, SQLite.ttinclude to the project.<br/> I updated my app.config (this is for a WPF app) with <br/> &nbsp;&nbsp; a. configSection for SubSonicService <br/> &nbsp;&nbsp; b. DbProviderFactories for my "SQLiteDataProvider". <br/> &nbsp;&nbsp; c. connectionsStrings added "Conn01" <br/> &nbsp;&nbsp; d. Added SubSonicService section with defaultProvider of "SQLiteDataProvider" <br/> &nbsp;&nbsp; e. Set the complete absolute path to my .db file. <br/> Edited Settings.ttinclude with <br/> &nbsp;&nbsp; a. Namespace = "MineSpace" <br/> &nbsp;&nbsp; b. ConnectionStringName "Conn01" <br/> &nbsp;&nbsp; c. Databasename = "CoreInfo" <br/> <br/><br/> Right-click on ActiveRecord.tt and do 'run custom tool', and...<br/><br/></p> <p>1 Warning: "Multiple template directives were found in the template. All but the first one will be ignored. Multiple parameters to the template directive should be specified within one template directive." in file 'Settings.ttinclude'</p> <p><br/><br/> Right-click on the project do 'rebuild', and...<br/><br/></p> <p>6 errors, here is a sample - <br/> The type or namespace name 'CoreInfoDB' does not exist in the namespace 'MineSpace' (are you missign an assembly reference?) <br/><br/> 7 warnings, here is a sample - <br/> 'MineSpace.EmailAddrs' overrides Object.Equals(object o) but does not override Object.GetHashCode() <br/><br/><br/></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload