Forums

Full Version: Run time error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have my application runing OK on WINs:
XP SP3
VISTA
SEVEN 32bits
But it does not work on SEVEN 64bits.

My app is a multiple XY Plot

FIRST I HAD THIS EXCEPTION:
--------------------------
System.BadImageFormatException: Could not load file or assembly 'SignalLabBasicVCL, Version = 4.5.0.0, Culture = neutral, PublicKeyToken = b6e90591977fb7c8' or one of its dependencies. You attempted to load a program with an incorrect format.
File name: 'SignalLabBasicVCL, Version = 4.5.0.0, Culture = neutral, PublicKeyToken = b6e90591977fb7c8'
--------------------------
The app was compiled for any CPU.
So, changed to x86, solved the exception, but I have other problem: Plot does not show any data. Seems to be a zoom or max/min axis problem , but I´m not sure about that.
All plots are empty...


I´m using VS2008 and 4.5 libraries.
I set the app to run as admin and XP SP3 compatibility.

Any help?

Thank you.
Reference URL's