.net 2.0 - SQL connection
I've created a smart device app. in .net 2.0 (beta 2). Also, created SQL server mobile database with 1 table and then I dropped table on the mobile designer window which created sqlceconnection1, sqlceadapter1, sqlcecommand1, sqlcecommand2, sqlcecommand3 and sqlcecommand4 objects ( that automatically adds reference Microsoft.SqlServerce.SqlClient.dll to my project ). When I try to compile the solution..it tells me "Error 1 Metadata file 'c:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Microsoft.SqlServerCe.Client.dll' could not be opened -- 'Version 2.0 is not a compatible version."Could any one please help?
Thanks.

