|
|
|
start date: Thu, 26 Jul 2007 15:45:34 +0200,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Marco Minerva
|
|
2
Ilya Tumanov [MS]
|
Cannot find dbnetlib.dll
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.
--
Marco Minerva, marco.minerva@gmail.com
http://blogs.ugidotnet.org/marcom
Date:Thu, 26 Jul 2007 15:45:34 +0200
Author:
|
Re: Cannot find dbnetlib.dll
Make sure to install SQL Client on to your device. It's not the part of
NETCF and needs to be installer separately.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
"Marco Minerva" wrote in message
news:D545619B-6FE2-47C8-B5EA-24C96B8E661B@microsoft.com...
> 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.
> --
> Marco Minerva, marco.minerva@gmail.com
> http://blogs.ugidotnet.org/marcom
Date:Thu, 26 Jul 2007 13:31:11 -0700
Author:
|
|
|