Could not load type 'CoreLab.Common.DbCommand'

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Viacheslav

Could not load type 'CoreLab.Common.DbCommand'

Post by Viacheslav » Thu 15 Jun 2006 08:49

I use CoreLab OraDirect.NET 3.50.9.0 components (licensed) in C# application (Framework v. 1.1) for connect to Database on Oracle 10g.
From today, when i try to execute the application shows the message box with following error: "Microsoft .NET Framework". "Could not load type 'CoreLab.Common.DbCommand' from assembly 'CoreLab.Oracle'...".
On other computers application works correctly.
There is not any changes in application files.
What to do?

P.S. Excuse my for my English

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

Post by Alexey » Thu 15 Jun 2006 09:00

Could not load type 'CoreLab.Common.DbCommand' from assembly 'CoreLab.Oracle'...
Check that this assembly is correct (not intended for СА or .NET 2.0).

Viacheslav

Post by Viacheslav » Thu 15 Jun 2006 09:06

Assembly is correct. The same exe on other computers works.

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

Post by Alexey » Thu 15 Jun 2006 09:48

When does the error occur?

Viacheslav
Posts: 2
Joined: Thu 15 Jun 2006 09:11

Post by Viacheslav » Thu 15 Jun 2006 09:51

The problem was in .NET Framework 1.1.
The problem was solved by install patch v. 1.1.4322.573 or later.

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

Post by Alexey » Thu 15 Jun 2006 10:08

The problem was solved
What do you mean? You've just solved the problem?
Last edited by Alexey on Thu 15 Jun 2006 11:16, edited 2 times in total.

Viacheslav
Posts: 2
Joined: Thu 15 Jun 2006 09:11

Post by Viacheslav » Thu 15 Jun 2006 11:04

Has just solved. Has simply compared versions of Frameworks and has updated on my computer.

Post Reply