VS2008 SP1 Breaks LINQ to SQL
-
Just a word of warning SP1 seems to break LINQ to SQL generation. When trying to build the project you'll most likely get an error:
Could not load type 'System.Data.Linq.SqlClient2008Provider' from assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Even if you've never installed anything related to SQL 2008 it'll still break it it seems. I'll let you know if I find a way to fix this.
-
Just a word of warning SP1 seems to break LINQ to SQL generation. When trying to build the project you'll most likely get an error:
Could not load type 'System.Data.Linq.SqlClient2008Provider' from assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Even if you've never installed anything related to SQL 2008 it'll still break it it seems. I'll let you know if I find a way to fix this.
-
It seems to be available in System.Data.Linq.SqlClient as in System.Data.Linq.SqlClient.SqlClient2008Provider Rene.
-
Just a word of warning SP1 seems to break LINQ to SQL generation. When trying to build the project you'll most likely get an error:
Could not load type 'System.Data.Linq.SqlClient2008Provider' from assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Even if you've never installed anything related to SQL 2008 it'll still break it it seems. I'll let you know if I find a way to fix this.
Did you happen to try the VS 2008 SP Prep tool? http://www.microsoft.com/downloads/details.aspx?FamilyId=A494B0E0-EB07-4FF1-A21C-A4663E456D9D&displaylang=en[^]
Rocky <>< Recent Blog Post: SQL Server 2008!
-
Did you happen to try the VS 2008 SP Prep tool? http://www.microsoft.com/downloads/details.aspx?FamilyId=A494B0E0-EB07-4FF1-A21C-A4663E456D9D&displaylang=en[^]
Rocky <>< Recent Blog Post: SQL Server 2008!