Just wondering if anyone can point me in the directions for the SubSonic 2.2 installation instructions?
+1
A:
There are several movies regarding installation and use :)
for Setting up SubSonic 2.x, use this screencast from Rob :)
To Rob Conery: Where are those 3 nice videos that you had in SubSonic page to install and use SubSonic 2.x? I do miss them!
balexandre
2009-07-29 06:03:35
2 of them don't apply and the other is above.
Rob Conery
2009-07-31 05:42:53
I do miss those ones with the use :( was a nice place to gather all info on use SubSonic :)
balexandre
2009-07-31 06:29:42
A:
Download and run the 2.1 installer, then copy the files from the 2.2 download into the 2.1 install location.
John Sheehan
2009-07-29 06:05:10
A:
SubSonic 2.2
<configSections>
<section name="SubSonicService" type="SubSonic.SubSonicSection, SubSonic" requirePermission="false"/>
</configSections>
<connectionStrings>
<add name="kiss" connectionString ="Server=(local)\SQLEXPRESS; Database=kiss; UID=sa; PWD=sa;" />
</connectionStrings>
<SubSonicService defaultProvider="kiss">
<providers>
<clear/>
<add name="kiss" type="SubSonic.SqlDataProvider, SubSonic" connectionStringName="kiss" generatedNamespace="kiss.DataAccessLayer"/>
</providers>
</SubSonicService>
Tools | External Tools:
SubSonic DAL
C:\Program Files\SubSonic\SubSonic 2.2 Final\SubCommander\sonic.exe
generate /out App_Code\Generated
$(ProjectDir)
No Body
2009-07-29 06:12:35
Legend thanks.. Wanting to use v3 but really struggling with getting it working, this works perfectly! Keep up the amazing work matey, can't even imagine how much work has gone into this amazing tool.
leen3o
2009-07-29 19:26:53
To Rob Conery: Where are those 3 nice videos that you had in SubSonic page to install and use SubSonic 2.x? I do miss them!
balexandre
2009-07-30 06:48:29