Page 1 of 1

64bit Windows - Visual Studio Express Support??

Posted: Mon Nov 06, 2006 5:53 pm
by jeffras
Do the supplied dll's support visual C# 2005 express edition? Whenever I try to run an app I receive an exception loading the RanorexCore.dll (system.badimageformatexception)?

Thanks for the help.

Jeff

Posted: Mon Nov 06, 2006 10:22 pm
by webops
We cannot reproduce your problem, we tried it with Windows Vista and Windows XP.
Please write us the following information:

- Windows OS version
- Windows OS language
- Ranorex Version

Do you get the same error if you start the RanorexCppSample1.exe from the Ranorex Bin directory?

Jenö Herget
Ranorex Team

Posted: Mon Nov 06, 2006 11:27 pm
by jeffras
I do receive the same error while running all the sample apps other then the 2 cpp examples.

windows xp 64bit
enu
v 0.9.4

I have been testing on 32 bit machines and I believe that must be my problem because everything works fine.

Posted: Tue Nov 07, 2006 12:12 am
by webops
jeffras wrote:windows xp 64bit
I think the application runs in native 64bit mode and it cannot load any 32bit native dll (e.g. RanorexCore).
Please check your application in the task manager "Processes" tab in 64 OS.
If it hasn't a mark "*32", it is running in 64 bit mode.

Create a new sample with VS2005 and mark it "always running in 32 bit mode".
This should work with RanorexCore.

Jenö Herget
Ranorex Team