goldengel / exiflibrary

Automatically exported from code.google.com/p/exiflibrary
MIT License
0 stars 0 forks source link

Method not found: Copy System.Array. #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. "ImageFile file = ImageFile.FromFile(path);"

What is the expected output? What do you see instead?
"Method not found: Copy System.Array."

What version of the product are you using? On what operating system?
- Win 7 x64

Is this issue specific to a certain image? If so, please attach the zipped
image. IMPORTANT: Please zip the image and attach the zip file to prevent
the image being re-encoded.

Please provide any additional information below.
I´m programming an app for Windows Mobile 6 and want to edit EXIF Data but 
everytime at this code "ImageFile file = ImageFile.FromFile(path);" I got the 
message "ImageFile file = ImageFile.FromFile(path);" can you help me ?

Original issue reported on code.google.com by stephan...@gmx.net on 16 Apr 2011 at 12:06

GoogleCodeExporter commented 8 years ago
I have the same issue……,my email:151921280@qq.com

Original comment by 151921...@qq.com on 26 Apr 2011 at 8:32

GoogleCodeExporter commented 8 years ago
Can you post the full stack trace?

Original comment by oozcitak on 26 Apr 2011 at 8:46

GoogleCodeExporter commented 8 years ago
I found out that Windows Mobile only uses the Compact Framework but for 
exiflibrary the normal Framework is used. So i think that´s why I can´t work 
with exiflibrary.

Original comment by stephan...@gmx.net on 26 Apr 2011 at 9:01

GoogleCodeExporter commented 8 years ago
I compiled the library for the compact framework once. There are some quirks to 
fix but it is possible:

http://www.codeproject.com/Messages/3618669/Re-Compact-Framework-Version-modifie
d.aspx

Original comment by oozcitak on 26 Apr 2011 at 9:08

GoogleCodeExporter commented 8 years ago
I would like to support the compact framework. But it isn't possible to target 
both the compact and normal frameworks in the same project. And I don't want to 
support separate projects while there is still much work to do the for the 
library.

Original comment by oozcitak on 26 Apr 2011 at 9:14

GoogleCodeExporter commented 8 years ago
No problem. I´ll try your compact library with the fix and will see if it 
works or not. But thanks for your support.

Original comment by stephan...@gmx.net on 26 Apr 2011 at 9:28

GoogleCodeExporter commented 8 years ago
Thanks. I'm closing this issue.

Original comment by oozcitak on 26 Apr 2011 at 10:39