Connecting to SQL Server from WinCE.NET 4.2

Joined
Dec 20, 2005
Messages
2
Reaction score
0
I'm using .NET Compact Framework 1.1 to create a simple application to connect to an SQL Server on the network.

I've added all the necessary DLLs, e.g. System.Data.Common.dll, System.Data.SqlClient.dll etc. Whenever I tried to call the Open() function of the sqlConnection1 object, it throws the MissingMethodException. Only the Open() function. I've tried retrieving the properties of the same object and also using the Close() function and no exceptions were thrown.

Can anybody tell me how to debug this exception?

Thanks


Chris
 
Error
SmartcardMemberStatusVerification.exe
MissingMethodException

SqlConnection::Open+0xb8
Form1::Form1_Load+0x3c
Form::OnLoad+0x15
Form::_SetVisibleNotify+0x1d
Control::set_Visible+0x1f
Application::Run+0x7
Form1::Main+0xa

if it helps, this is the additional information given for the error. anybody please help.

thanks.
 
Back
Top