G
Guest
I am converting a project from vs2003 to vs2005 and framework v1 to v2. I am
getting the following error message on this code:
using System;
using System.Data;
using System.Data.SqlServerCe;
using System.Windows.Forms;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
daTm.SelectCommand.Parameters.Add("@ID", SqlDbType.Int, 4);
Error 1 The type 'System.Data.SqlDbType' exists in both 'c:\Program
Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\System.Data.dll' and
'c:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL
Server\Mobile\v2.0\System.Data.Common.dll'
How can I specify the correct one?
Thanks for any help.
getting the following error message on this code:
using System;
using System.Data;
using System.Data.SqlServerCe;
using System.Windows.Forms;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
daTm.SelectCommand.Parameters.Add("@ID", SqlDbType.Int, 4);
Error 1 The type 'System.Data.SqlDbType' exists in both 'c:\Program
Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\System.Data.dll' and
'c:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL
Server\Mobile\v2.0\System.Data.Common.dll'
How can I specify the correct one?
Thanks for any help.