Page 1 of 1

Exe file

Posted: Mon 27 Aug 2007 14:21
by kalharas
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?

Posted: Mon 27 Aug 2007 14:48
by Alexey
Make sure that mentioned assembly does exist on your PDA.

Posted: Mon 27 Aug 2007 14:53
by kalharas
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

Posted: Mon 27 Aug 2007 16:03
by Alexey
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.)

Posted: Tue 28 Aug 2007 11:28
by kalharas
yes copying the dll worked...i will try reinstalling them later on i hope it works as well...
thank you again

Posted: Tue 28 Aug 2007 12:03
by Alexey
You are welcome.