Hi, I'm developing a few programs that require data files to be passed between them by the user. (The majority of programs are editing suites for the main program). I am using serialization to write a structure array to file. I've got it writing and reading fine from within the application but whenever I try to load it in a differant application I get the following complaint:
Is it possible to get around this? I've tried editing the data in the file, but that won't seem to work. I would be much happier not having to include the editing suite along with the core program for many reasons, but as is that seems like the only way around it. I'm sure there must be another way though. A differant way of reading/writing an a dynamic array of a structure containing dynamic arrays to file would be alright if nothing else is possible.Code:Additional information: Cannot find the assembly Factor Creator, Version=1.0.1902.38803, Culture=neutral, PublicKeyToken=null.
Cheers in advance.




Reply With Quote