Page 1 of 1

App Works fine on development station, bombs when put on new pc

Posted: Tue 21 Nov 2006 03:46
by rkb
I created application when run on development pc works fine.

I took the .exe, and the corelab.oralce.dll and put on another machine.

first just put the dll and exe in the same directory, bombed

ran the gacutil /i corelab.oracle.dll to register in GAC, still did not work

Get a "Fatal Execution Enginer Error
Press OK, then get a "failed to load resources from resource file, please check your setup"

Posted: Tue 21 Nov 2006 08:16
by Alexey
Did you try to run another executable files on the new machine? (For example an application connecting to Oracle using another provider.)

Posted: Tue 21 Nov 2006 10:40
by rkb
problem solved, nothing to do with corelab. It ended up being a impersonation issue in code.

thanks

Posted: Tue 21 Nov 2006 10:49
by Alexey
OK, i see.