Hi,
I am very new to SubSonic I hit an error on Could not load type 'Subsonic.BuildProvider' from assembly 'Subsonic'
The following is my code:
<connectionStrings>
<add name="Northwind"
connectionString="Server=GITN-L3H8743\SQLINTSTANCE1;Database=testDB2;Integrated Security=true;" providerName="System.Data.SqlClient" />
</connectionStrings>
<SubSonicService defaultProvider="Northwind">
<providers>
<clear/>
<add name="Northwind"
type="Subsonic.SqlDataProvider, Subsonic"
connectionStringname="Northwind" generatedNamespace="Northwind"/>
</providers>
</SubSonicService>
<system.web>