[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.odbcnet

Assembly name comparison mismatch: Build Number

Chirag Gupta

9/4/2002 3:32:00 AM

Hi,

I am using System.Data.OracleClient to connect to Oracle.

I have problem while running the application. I get this
error :-


f:\mycsharp\Oracle>OracleClientTest.exe

Unhandled Exception: System.IO.FileNotFoundException: File
or assembly name System, or
one of its dependencies, was not found.
File name: "System"
at mycon.Main()

Fusion log follows:
LOG: Post policy reference: System, Version=1.0.3300.0,
Culture=neutral, PublicKeyToke
n=b77a5c561934e089
LOG: Attempting download of new URL
file:///f:/mycsharp/odbc/System.DLL.
LOG: Attempting download of new URL
file:///f:/mycsharp/odbc/System/System.DLL.
LOG: Attempting download of new URL
file:///f:/mycsharp/odbc/System.EXE.
LOG: Attempting download of new URL
file:///f:/mycsharp/odbc/System/System.EXE.

What is this version mismatch ? am i missing
something .. ?

Regards, Chirag Gupta

1 Answer

Chirag Gupta

9/5/2002 2:38:00 AM

0

Updated the .net framework to latest one. Problem got
solved.
>-----Original Message-----
>Hi,
>
>I am using System.Data.OracleClient to connect to Oracle.
>
>I have problem while running the application. I get this
>error :-
>
>
>f:\mycsharp\Oracle>OracleClientTest.exe
>
>Unhandled Exception: System.IO.FileNotFoundException: File
>or assembly name System, or
>one of its dependencies, was not found.
>File name: "System"
>at mycon.Main()
>
>Fusion log follows:
>LOG: Post policy reference: System, Version=1.0.3300.0,
>Culture=neutral, PublicKeyToke
>n=b77a5c561934e089
>LOG: Attempting download of new URL
>file:///f:/mycsharp/odbc/System.DLL.
>LOG: Attempting download of new URL
>file:///f:/mycsharp/odbc/System/System.DLL.
>LOG: Attempting download of new URL
>file:///f:/mycsharp/odbc/System.EXE.
>LOG: Attempting download of new URL
>file:///f:/mycsharp/odbc/System/System.EXE.
>
>What is this version mismatch ? am i missing
>something .. ?
>
>Regards, Chirag Gupta
>
>.
>