2009-07-29 122 views

回答

1

有來自Rob是關於安裝和使用:)

幾部電影建立亞音速2.x的use this screencast :)


羅布科納:那些人在那裏3個不錯的視頻,您在SubSonic頁面中安裝和使用SubSonic 2.x?我確實想念他們!

+0

其中2條不適用,另一種是以上。 – 2009-07-31 05:42:53

+0

我確實想念那些與使用:( 是一個很好的地方來收集使用SubSonic的所有信息:) – balexandre 2009-07-31 06:29:42

0

下載並運行2.1安裝程序,然後將2.2下載的文件複製到2.1安裝位置。

1

亞音速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> 

工具|外部工具:

SubSonic DAL 
C:\Program Files\SubSonic\SubSonic 2.2 Final\SubCommander\sonic.exe 
generate /out App_Code\Generated 
$(ProjectDir)