Note that there are some explanatory texts on larger screens.

plurals
  1. POComplete Info for Setting Up SubSonic 3 with Oracle
    text
    copied!<p>I'm looking for the <strong>complete</strong> steps for setting up SubSonic 3 with <strong>Oracle</strong> 10g. I see a lot of pieces out there, but no clear list.</p> <p><strong>Please correct me where I'm wrong:</strong></p> <ol> <li>Create Class Library (.net 3.5)</li> <li>create an app.config with a valid connectionString to your db</li> <li>Download the latest version of SubSonic 3 (today it's SubSonic_3.0.0.4)</li> <li>add the dll SubSonic.Core.dll as a reference</li> <li>Go to: <a href="http://github.com/stimms/SubSonic-3.0-Templates/tree/master/TemplateProviders/" rel="nofollow noreferrer">SubSonic-3.0-Templates / TemplateProviders </a> and get 3 files: Oracle.ttinclude OracleDataProvider.ttinclude Settings.ttinclude</li> <li>find the folder: SubSonic 3.xxx\T4 Templates\ActiveRecord</li> <li>copy over the 3 files from step 4 into this folder</li> <li>update: Settings.ttinclude to have your namespace and connection string</li> <li>create a folder in your project called /Model/</li> <li>drag and drop the files, from step 7, into this folder</li> <li>cross your fingers</li> <li>I get error:</li> </ol> <blockquote> <p>Error 2 Compiling transformation: The name 'CleanUp' does not exist in the current context c:\Subversion Store\project\Models\SQLServer.ttinclude</p> </blockquote> <p>Or should I instead download: <a href="http://github.com/mabraham1/LINQ2Oracle" rel="nofollow noreferrer">mabraham1 / LINQ2Oracle</a> I do not see any documentation on this site about how to get up and running.</p>
 

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