Hi all,
Could you help me see that why i use the ADO.net in the .net assembly, then it couldn't connect success. I set it as 'Sybase.Data.AseClient', but the error relates to '''Sybase.AdoNet2.AseClient". Do i need to add any additional dll?
DBMS:ADO.NET
DBParm:Namespace='Sybase.Data.AseClient',Database='****',DataSource=***',ADORelease='1.15.325.0',PROVIDERSTRING='Pooling=TRUE;Max Pool Size=1; Min Pool Size=1; Connection Lifetime=120;Connection Timeout=60;Incr Pool Size=1;Decr Pool Size=1'
Error Code:-1
Error Text:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileLoadException: Could not load file or assembly 'Sybase.AdoNet2.AseClient, Version=2.155.1015.0, Culture=neutral, PublicKeyToken=95d94fac46c88e1e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Sybase.AdoNet2.AseClient, Version=1.15.325.0, Culture=neutral, PublicKeyToken=95d94fac46c88e1e' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)