Page 1 of 1

Could not load type 'CoreLab.Common.DbCommand'

Posted: Thu 15 Jun 2006 08:49
by Viacheslav
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

Posted: Thu 15 Jun 2006 09:00
by Alexey
Could not load type 'CoreLab.Common.DbCommand' from assembly 'CoreLab.Oracle'...
Check that this assembly is correct (not intended for СА or .NET 2.0).

Posted: Thu 15 Jun 2006 09:06
by Viacheslav
Assembly is correct. The same exe on other computers works.

Posted: Thu 15 Jun 2006 09:48
by Alexey
When does the error occur?

Posted: Thu 15 Jun 2006 09:51
by Viacheslav
The problem was in .NET Framework 1.1.
The problem was solved by install patch v. 1.1.4322.573 or later.

Posted: Thu 15 Jun 2006 10:08
by Alexey
The problem was solved
What do you mean? You've just solved the problem?

Posted: Thu 15 Jun 2006 11:04
by Viacheslav
Has just solved. Has simply compared versions of Frameworks and has updated on my computer.