Moving on to the next problem...
I removed all references of any older version of the MSSQL library and added the latest MSSQL.dll (version 1.9) to the Basic4PPC Desktop\Libraries folder. I also, re-estabilished the MSSQL component and created my object, which new referenced MSSQL and not MSSQLRemote. (thanks for clearing up that headache)
However, I cannot add the System.Data.SQLClient to the Desktop side of the components and receive error:
An Error has occurred.
An item with the same key has already been added.
If I exclude the library from the desktop side, I modified my program to utilize the new functionality and everything compiles and works fine on the desktop. When I deploy (with SetupBuilder and ezSetup to create and install exe files), the application fails to run on the Device.
Error: File or assembly name System.Data.SQLClient, version=3.0.3600.0, Culture=neutral, PublicKeyToken=3B... or one of its dependencies, was not found.
I did include the MSSQL.dll and the System.Data.SQLClient.dll files with the install, and they actually are on the device in the same directory as the app EXE. I also have Microsoft .NET CF 2.0 installed and appears okay. Do I have to install some other library or software or maybe put this file in a different location?
Once again, your help is requested.
Thanks for the assistance!