| Author |
correct version of ulnet9.dll for WM 5.0 armv4i? [3221]
|
|
|
| I am having trouble getting a one line test app to work.
It's a VS2005 program using v2.0 of the compact framework
and UL.NET 9.0.2.3221. I am targeting either the Windows
Mobile 5.0 PPC emulator or an actual device (Dell Axim x51).
Both devices report the same error,
" SQLE_COULD_NOT_LOAD_
LIBRARY" on the following line of vb
code: "x = New ULConnection()"
My project has a reference to iAnywhere.Data.Ultralite
(found in the "C:\Program Files\Sybase\SQL Anywhere
9\ultralite\UltraLit
e.NET\ce\VS8" folder.
I also have tried copying different versions of the
ulnet9.dll to the device without much luck.
Can anyone tell me what I am doing wrong or help me find the
answer?
Thanks
| |
| Madhu Siddalingaiah 2005-12-05, 8:24 pm |
|
I got this to work today using 9.0.2.3221 on Dell Axim x51 (earlier
versions work, but have problems syncing).
You might not have used the arm version of ulnet9.dll, it can be found here:
C:\Program Files\Sybase\SQL Anywhere 9\ultralite\UltraLit
e.NET\ce\arm
The other references are as described in "Tutorial: Build an
Ultralite.NET application"
I put my ulnet9.dll in the same directory as the app (\Program Files\myapp)
rr12 wrote:
> I am having trouble getting a one line test app to work.
> It's a VS2005 program using v2.0 of the compact framework
> and UL.NET 9.0.2.3221. I am targeting either the Windows
> Mobile 5.0 PPC emulator or an actual device (Dell Axim x51).
> Both devices report the same error,
> " SQLE_COULD_NOT_LOAD_
LIBRARY" on the following line of vb
> code: "x = New ULConnection()"
>
> My project has a reference to iAnywhere.Data.Ultralite
> (found in the "C:\Program Files\Sybase\SQL Anywhere
> 9\ultralite\UltraLit
e.NET\ce\VS8" folder.
>
> I also have tried copying different versions of the
> ulnet9.dll to the device without much luck.
>
> Can anyone tell me what I am doing wrong or help me find the
> answer?
>
> Thanks
| |
|
| Yes, I've tried the arm version with no luck.
| |
| Philippe Bertrand 2005-12-07, 11:23 am |
| Remove and re-add the ulnet9.dll to your project.
Check that the version number of the dll matches the version number of the
iAnywhere assembly.
Check the description string of the dll to confirm it is the ARM version.
--
- Philippe Bertrand
iAnywhere Solutions, Inc.
Please include in your subject line what UltraLite API are you using
(I.E. UltraLite.NET, Native UltraLite for Java, Embedded SQL, C++,
(pure) Static Java UltraLite, etc.). Please include version and BUILD
numbers in your post.
| |
|
| I've removed and re-added just about every version of
ulnet9.dll to my project with no luck.
The "C:\Program Files\Sybase\SQL Anywhere
9\ultralite\UltraLit
e. NET\ce\VS8\iAnywhere
.Data.UltraLite.dll"
has a version of 9.0.2.3220.
The "C:\Program Files\Sybase\SQL Anywhere
9\ultralite\UltraLit
e.NET\ce\arm\ulnet9.dll" has a version
of 9.0.2.3221.
The C:\Program Files\Sybase\SQL Anywhere
9\ultralite\UltraLit
e.NET\ce\x86\ulnet9.dll" has a version
of 9.0.2.3211.
Is that the problem? Is there something wrong with the 3221
install?
| |
| Philippe Bertrand 2005-12-07, 8:24 pm |
| Yes, there are problems with UltraLite.NET 3221. Visual Studio 2003 should
be ok except for the ce x86 dlls.
Sorry for the inconvenience.
Philippe
<rr12> wrote in message news:439736c1.55e3.1681692777@sybase.com...
> I've removed and re-added just about every version of
> ulnet9.dll to my project with no luck.
>
> The "C:\Program Files\Sybase\SQL Anywhere
> 9\ultralite\UltraLit
e. NET\ce\VS8\iAnywhere
.Data.UltraLite.dll"
> has a version of 9.0.2.3220.
>
> The "C:\Program Files\Sybase\SQL Anywhere
> 9\ultralite\UltraLit
e.NET\ce\arm\ulnet9.dll" has a version
> of 9.0.2.3221.
>
> The C:\Program Files\Sybase\SQL Anywhere
> 9\ultralite\UltraLit
e.NET\ce\x86\ulnet9.dll" has a version
> of 9.0.2.3211.
>
> Is that the problem? Is there something wrong with the 3221
> install?
| |
| Mark Huisinga 2005-12-07, 8:24 pm |
| any rough ideas on the next ebf release ?
"Philippe Bertrand" <my.name@ianywhere.com> schreef in bericht
news:43974fca$1@foru
ms-1-dub...
> Yes, there are problems with UltraLite.NET 3221. Visual Studio 2003
> should be ok except for the ce x86 dlls.
>
> Sorry for the inconvenience.
>
> Philippe
>
> <rr12> wrote in message news:439736c1.55e3.1681692777@sybase.com...
>
>
|
|
|
|