Forums
Run time error - Printable Version

+- Forums (http://mitov.com/forum)
+-- Forum: .NET 2.0 - 4.0 Components (/forum-8.html)
+--- Forum: SignalLab (/forum-25.html)
+--- Thread: Run time error (/thread-129.html)



Run time error - DonGustavo - 03-08-2012 09:49 PM

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.