First, as a :sign0104: I am only lost for the moment... I hope...
Using the MSSQL.dll (Version 1.9) I am not certain which component settings are supposed to be correct. Or if there are other requirements to sucessfully compile on the desktop and successfully execute the finished app on the device.
Here is what I have done...
If I use MSSQL.dll (Version 1.9) with System.Data.SqlClient.dll on the Device-side and just MSSQL.dll on the Desktop side, I cannot compile and receive error:
Error compiling program.
Error message: error CS0234: The type or namespace name ‘MSSQLRemote’ does not exist in the namespace ‘MSSQL’ (are you missing an assembly reference?)
However, if I change back to MSSQL.dll (version 1.1) I can compile successfully and run the app from my desktop fine, but the app does not run on the Device (Windows ce.net 5.0) producing the error:
Error: Could not load type MSSQL.MSSQLRemote from assembly MSSQL...
Am I missing something? Is there a file missing?
Any information would greatly reduce the over confused path I have already taken and hopefully make this process clearer for others, as well.
Thanks in advance for your assistance!
Using the MSSQL.dll (Version 1.9) I am not certain which component settings are supposed to be correct. Or if there are other requirements to sucessfully compile on the desktop and successfully execute the finished app on the device.
Here is what I have done...
If I use MSSQL.dll (Version 1.9) with System.Data.SqlClient.dll on the Device-side and just MSSQL.dll on the Desktop side, I cannot compile and receive error:
Error compiling program.
Error message: error CS0234: The type or namespace name ‘MSSQLRemote’ does not exist in the namespace ‘MSSQL’ (are you missing an assembly reference?)
However, if I change back to MSSQL.dll (version 1.1) I can compile successfully and run the app from my desktop fine, but the app does not run on the Device (Windows ce.net 5.0) producing the error:
Error: Could not load type MSSQL.MSSQLRemote from assembly MSSQL...
Am I missing something? Is there a file missing?
Any information would greatly reduce the over confused path I have already taken and hopefully make this process clearer for others, as well.
Thanks in advance for your assistance!