G
Guest
Hello,
I have created a class library for connecting mobile devices to SQL Server
2000 and SQL Server 2005 Mobile databases. The library is one DLL file that
references SqlClient.dll and SqlCeServer.dll.
When I debug a mobile project and using the class library to connect to an
SQL Server 2005 Mobile, the system installs not only SQL Server 2005 Mobile
but also SQL Client for SQL Server 2000.
Is there any way to avoid installing the SQL Client for SQL Server 2000 or
do I need to create different libraries for both?
Thanks
I have created a class library for connecting mobile devices to SQL Server
2000 and SQL Server 2005 Mobile databases. The library is one DLL file that
references SqlClient.dll and SqlCeServer.dll.
When I debug a mobile project and using the class library to connect to an
SQL Server 2005 Mobile, the system installs not only SQL Server 2005 Mobile
but also SQL Client for SQL Server 2000.
Is there any way to avoid installing the SQL Client for SQL Server 2000 or
do I need to create different libraries for both?
Thanks