UniDataAdapter and FillSchema(DataTable...

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Locked
devrandom
Posts: 6
Joined: Fri 10 Feb 2006 10:33

UniDataAdapter and FillSchema(DataTable...

Post by devrandom » Fri 10 Feb 2006 10:56

Throws InvalidCastException with:
Unable to cast object of type 'CoreLab.UniDirect.UniCommand' to type 'System.Data.Common.DbCommand'.

Any clues?

Regards,

Hubert Krukowski

devrandom
Posts: 6
Joined: Fri 10 Feb 2006 10:33

Any response?

Post by devrandom » Mon 20 Feb 2006 16:59

Silence...

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 05 Apr 2006 08:23

Seemingly, you have CoreLab.UniDirect.dll for .NET Framework 1.x instead of .NET Framework 2.0. Please check it and substitute.

Locked