Problem with mscorlib.dll

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
RMata
Posts: 2
Joined: Fri 22 Dec 2006 00:29

Problem with mscorlib.dll

Post by RMata » Fri 22 Dec 2006 16:45

Hello. I'm new using the OraDirect drivers. I want to create a Smart Device Application using VB2003 and an Oracle Database. I create a small form to connect to the database but when I build the project appears this error:


Preparing resources...

Updating references...

Error: The dependency 'mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in project 'Kronos' cannot be copied to the run directory because it would conflict with dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac'.

Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=969db8053d3322ac' in project 'Kronos' cannot be copied to the run directory because it would conflict with dependency 'mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Performing main compilation...

Building satellite assemblies...

How can I solve this problem???

Thanks
Mata

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

Post by Alexey » Fri 22 Dec 2006 17:07

This problem doesn't seem to have anything to do with OraDirect .NET.
Please refer to Microsoft help documentation.

Post Reply