![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
SQL Anywhere .NET Data Provider SQL Anywhere .NET Data Provider features |
|
I'm getting an error 453 when opening a database in vb.net using 10.0.1.3579: Unable to find entry point 'AsaConnection_IsAlive' in DLL dbdata.dll. Documentation says this file is no longer necessary. |
#3
| |||
| |||
|
|
ASAConnection is asking for the old 1.0 one ... which could still requires that library ... The name for that is now SAConnection in 10 and is required if you need version .Net 2.0 support. Ref: SQL Anywhere® Server - Programming SQL Anywhere .NET Data Provider SQL Anywhere .NET Data Provider features You may want to check out the state of your GAC while you are at this since is still possible you could also be picking up a stale 10.0.0 copy from Assembly Cached copy of the older one as well. [ Start>>Programs>>Admin tools>>Micrsoft .Net Framework ... Configuration>> ...] "Jeffery Partridge" <No_Spam_jpartridge (AT) merrymech (DOT) com> wrote in message news:4744aa1b (AT) forums-1-dub (DOT) .. I'm getting an error 453 when opening a database in vb.net using 10.0.1.3579: Unable to find entry point 'AsaConnection_IsAlive' in DLL dbdata.dll. Documentation says this file is no longer necessary. |
#4
| |||
| |||
|
|
I have searched the entire solution for any leftover references to an ASAConnection object and have found none. I also checked out the build machine for the GAC and all references are for 10.0.1.35792. Where else can I look because I'm finding no other references to any 'ASA' objects, just 'SA' objects? Regards, Jeffery Partridge "Nick Elson" <@@@nick@@@.@@@elson@sybase@@@.@@@com@@@> wrote in message news:4745c47c$2 (AT) forums-1-dub (DOT) .. ASAConnection is asking for the old 1.0 one ... which could still requires that library ... The name for that is now SAConnection in 10 and is required if you need version .Net 2.0 support. Ref: SQL Anywhere® Server - Programming SQL Anywhere .NET Data Provider SQL Anywhere .NET Data Provider features You may want to check out the state of your GAC while you are at this since is still possible you could also be picking up a stale 10.0.0 copy from Assembly Cached copy of the older one as well. [ Start>>Programs>>Admin tools>>Micrsoft .Net Framework ... Configuration>> ...] "Jeffery Partridge" <No_Spam_jpartridge (AT) merrymech (DOT) com> wrote in message news:4744aa1b (AT) forums-1-dub (DOT) .. I'm getting an error 453 when opening a database in vb.net using 10.0.1.3579: Unable to find entry point 'AsaConnection_IsAlive' in DLL dbdata.dll. Documentation says this file is no longer necessary. |
![]() |
| Thread Tools | |
| Display Modes | |
| |