Exe file

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
kalharas
Posts: 11
Joined: Wed 22 Aug 2007 14:20

Exe file

Post by kalharas » Mon 27 Aug 2007 14:21

Good evening,
another problem and again me :P
well this time its about the binary file that is created...before using the toolkit i was able to run my .exe file but now when trying to run it with that file i get error....running the debugger i get IOFileNotFound exception

here it is :

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in tarayici.exe

Additional information: Could not load file or assembly 'CoreLab.Oracle, Version=4.0.16.1, Culture=neutral, PublicKeyToken=*********' or one of its dependencies. The system cannot find the file specified.

any idea of the reason?

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

Post by Alexey » Mon 27 Aug 2007 14:48

Make sure that mentioned assembly does exist on your PDA.

kalharas
Posts: 11
Joined: Wed 22 Aug 2007 14:20

Post by kalharas » Mon 27 Aug 2007 14:53

I am trying to run it on my pc right now not the pda itself actually..how i make sure it exist in the PDA even?
I think i have to work with the GAC but i have never tried it before...could you help me on adding that assembly to the global assembly cache? if that is the solution ofc

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

Post by Alexey » Mon 27 Aug 2007 16:03

Visual Studio deploys the assembly onto the emulator. You should find it near the *.exe file.
If it is not there, you should copy it yourself. (But this indicates that something wrong with the installation of Visual Studio or OraDirect .NET.)

kalharas
Posts: 11
Joined: Wed 22 Aug 2007 14:20

Post by kalharas » Tue 28 Aug 2007 11:28

yes copying the dll worked...i will try reinstalling them later on i hope it works as well...
thank you again

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

Post by Alexey » Tue 28 Aug 2007 12:03

You are welcome.

Post Reply