2009-07-29 87 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)