11-14-2008, 12:05
|
pocketzz
Joined on 10-27-2008
Posts 17
|
Invalid File Format. V16 Full/registered
|
 
 
|
|
|
This is driving me nuts...
I have a test app, and my "real" app. The test app works fine, but when I run it in the real app, I get and "Invalid File Format" exception.
//begin
Leadtools.Codecs.RasterCodecs.Startup();
Leadtools.Codecs.RasterCodecs codecs = new Leadtools.Codecs.RasterCodecs();
RasterImage image = codecs.Load(inPath);
//end
the code is identical as well as the file.
I have gone line by line in both references.. and the /bin/debug folders to make sure that they match. They do.
The only think I can think of is that I did not add all the references at once in the "real" app. To try to correct this, I removed all the references and re-added them.
Right now I am useing every leadtools assembly in the list. Still bombing. Any ideas?
Thanks, Dan
|
|
|
|
|
Report
|
|
|
|