devbuzz
Posts: 457
Score: 0
Joined: 4/26/2002
From: New Jersey, USA & Cape Town, SA
Status: offline
|
When you include the Microsoft.WindowsMobile.Status dll from the SDK; found here C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK you will get the following errors when you compile: Consider app.config remapping of assembly "System.Drawing, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.Drawing.dll] to solve conflict and get rid of warning. and Consider app.config remapping of assembly "System, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Program Files\Microsoft.NET\SDK\CompactFramework\v2.0\WindowsCE\System.dll] to solve conflict and get rid of warning. These in and of themselves won't stop you from running the application but they will cause problems when you try building a Smart Device CAB file. Anyone have a solution?
< Message edited by devbuzz -- 8/6/2007 10:27:02 AM >
_____________________________
Derek Mitchell http://www.devbuzz.com Windows Mobile Developer -------------------------------------- * Share the .NET love when you solve * * issues by posting your solutions!! * --------------------------------------
|