TeeChart Pro .NET 1 - System.IO.FileLoadException

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
andyb
Newbie
Newbie
Posts: 8
Joined: Tue Feb 01, 2005 5:00 am

TeeChart Pro .NET 1 - System.IO.FileLoadException

Post by andyb » Fri Feb 10, 2006 2:45 pm

EDIT: Subject title changed, and rubbish removed. I was having an install problem, which was caused by not having an up to date windows script engine. This was not causing the problem with my program.

2nd post is still good...

-------------------------------------------------------------
RUBBISH REMOVED
-----------------------

Cheers,

Andy
Last edited by andyb on Fri Feb 10, 2006 4:08 pm, edited 2 times in total.

andyb
Newbie
Newbie
Posts: 8
Joined: Tue Feb 01, 2005 5:00 am

Post by andyb » Fri Feb 10, 2006 3:14 pm

The error message that I get from the prgram is pasted below.

----------------
An unhandled exception of type 'System.IO.FileLoadException' occurred in Deckman.exe

Additional information: The located assembly's manifest definition with name 'TeeChart' does not match the assembly reference.
----------------

I think that there is a problem with the way that I've got my references set up. I can get the program to build on other computers.

Any ideas?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Feb 13, 2006 11:41 am

Hi andyb,

Which TeeChart version was used to compile Deckman.exe? You should try building the application using the latest version available at our Customer Download Area.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

andyb
Newbie
Newbie
Posts: 8
Joined: Tue Feb 01, 2005 5:00 am

Post by andyb » Tue Feb 14, 2006 12:46 pm

Hi Narcís,

I fixed it. It turned out I was using a dll that was newer that the installed version of the software. I just copied the old .dll out from the software into the project directory, and it started to work.

Thanks for your help.

Post Reply