Page 1 of 1
TeeChart Pro .NET 1 - System.IO.FileLoadException
Posted: Fri Feb 10, 2006 2:45 pm
by 8128839
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
Posted: Fri Feb 10, 2006 3:14 pm
by 8128839
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?
Posted: Mon Feb 13, 2006 11:41 am
by narcis
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.
Posted: Tue Feb 14, 2006 12:46 pm
by 8128839
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.