<provider name="sqlServer4.0"
description="Microsoft SQL Server, provider V4.0.0.0 in framework .NET V4.0"
default="false"
assemblyName="System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" connectionClass="System.Data.SqlClient.SqlConnection" commandClass="System.Data.SqlClient.SqlCommand" parameterClass="System.Data.SqlClient.SqlParameter" parameterDbTypeClass="System.Data.SqlDbType" parameterDbTypeProperty="SqlDbType" dataAdapterClass="System.Data.SqlClient.SqlDataAdapter" commandBuilderClass="System.Data.SqlClient.SqlCommandBuilder" usePositionalParameters = "false" useParameterPrefixInSql = "true" useParameterPrefixInParameter = "true" parameterPrefix="@"
/>
I found that to. I got the latest Castle dll, but they combined the .DynamicProxy into the .Core. I have this included in the Ibatis.DataMapper source. I need to do the same with the Ibatis.DataAccess source. I just found source code for the DataAccess but its data 2008.
I’m not working a production project, I’m just working on a sample project in 4.0 to get more familiar with it (MVC3, Silverlight, and a little JQuery – and iBatis if it would cooperate). It all for fun.
Thanks for your help Mike!