Hi,
I developing application for Psion EP10, When I build the application using VS 2008 its showing warnings like,
------ Build started: Project: APP, Configuration: Debug Any CPU ------Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "2.0.0.0" [] to Version "3.5.0.0" [C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\System.Drawing.dll] to solve conflict and get rid of warning.Consider app.config remapping of assembly "System.Windows.Forms, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "2.0.0.0" [] to Version "3.5.0.0" [C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\System.Windows.Forms.dll] to solve conflict and get rid of warning.Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "2.0.0.0" [] to Version "3.5.0.0" [C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\System.dll] to solve conflict and get rid of warning.C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3247: Found conflicts between different versions of the same dependent assembly.
recently I encountered the problem of "TYPE LOAD EXCEPTION" when running the application in EP10 Device, still I cannot resolve from this problem,
Please help me resolve the above error, I am afraid If development goes on and application may not work because of above mentioned issues.
Please advice. for more detailed information contact me.
Thanks,
Manoo C V
Manoo,
Please send me a screen shot of the top of your development workspace (which includes things like platform type and release/debug)
Those error statements seem to indicate that some of the modules you are using are mismatched (CF 2.0 vs. CF 3.5).
Do the errors go away if you remove the dependency on our libraries?
Good morning mano.cv,
Have you tried upgrading [1] your project to CF 3.5?Does it help?
[1] see the « Upgrade project » option from the VS2008 « Project » menu.
Regards,Jacques
Hi Jacques,
I developing the application using CF 3.5, also separately I tried using CF 2.0. still showing the same result. In CF 3.5 platform application there is no "Upgrade Project" option.
currently i am using following specification for the development.
1) Psion EP10 SDK "MDSDK 5.3" All the API's from Psion TekLogix
2) CF 3.5
3) Target Platform in VS 2008, "Windows Mobile 6 Professional" Can I change it to Windows CE?.
If there is anything wrong in above speicifction, advice me
Also, Recenltly I encounter an error "TYPELOADEXCEPTION" when I run the application in the device. Please tell me about this error.
Thank you,
Manoo
TypeLoadException means you're missing a DLL/reference, and generally it occurs when running the application on your device.
You say you're getting this during compilation?
Do you have the following installed: http://community.psion.com/knowledge/w/knowledgebase/recommended-software-installation.aspx
You're probably going to need to send me your project file (vcproj and sln).
Post a picture of your development environment (top part, with the references section expanded):
HI Steven,
I getting this error during running the application application on the device. As I know, include all the DLL reference files. Previously I am running the same application for few days and it works fine. suddenly this error occurs. Below picture is my current environment. Also I getting this error while I build the application.
Hi Steven,
Finally I found out the warning arise due to dependency libraries, but which is not from Psion API's. I am using Zebra printer dll files to connect with my application. When I remove the dll file belongs to printer the error will be gone. Psion API' are working well in CF3.5 b but still I am getting the warning from printer dll files. Is there any way to preserve my from application from this warning, rather it may cause big trouble in future. please advice.
Thanks