M
Marco Minerva
Hi all!
I have a very strange problem with .NET Compact Framework 2.0 SP2. I have
created a C# application that connects to a remote SQL Server database. If I
try it in debug mode, everything works well. However, If I start the program
directly from the device, when it should execute the SqlConnection.Open
method, I obtain a MissingMethodException, saying that it is impossible to
find the file DBNETLIB.DLL.
Could someone help me solving this problem?
Thanks in advance.
I have a very strange problem with .NET Compact Framework 2.0 SP2. I have
created a C# application that connects to a remote SQL Server database. If I
try it in debug mode, everything works well. However, If I start the program
directly from the device, when it should execute the SqlConnection.Open
method, I obtain a MissingMethodException, saying that it is impossible to
find the file DBNETLIB.DLL.
Could someone help me solving this problem?
Thanks in advance.