S
Steven Wilmot
I've recently started to convert an old VS2003 project that was using some
SQL2000
I now want to convert this project to VS2005
I've currently referenced:
D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll
(Version = 2.0.0.0)
AND:
D:\Program Files\Microsoft Visual Studio
8\Common7\IDE\PublicAssemblies\System.Data.SqlClient.dll (Version =
3.0.3600.0)
The question is: which one should I be using, and why does System.Data ALSO
contain a definition for SQLConnection
(Currently I get an error in my project):
An assembly with the same identity 'System.Data.SqlClient,
Version=3.0.3600.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3,
Retargetable=Yes' has already been imported. Try removing one of the
duplicate references.
SQL2000
I now want to convert this project to VS2005
I've currently referenced:
D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll
(Version = 2.0.0.0)
AND:
D:\Program Files\Microsoft Visual Studio
8\Common7\IDE\PublicAssemblies\System.Data.SqlClient.dll (Version =
3.0.3600.0)
The question is: which one should I be using, and why does System.Data ALSO
contain a definition for SQLConnection
(Currently I get an error in my project):
An assembly with the same identity 'System.Data.SqlClient,
Version=3.0.3600.0, Culture=neutral, PublicKeyToken=3be235df1c8d2ad3,
Retargetable=Yes' has already been imported. Try removing one of the
duplicate references.