We've been having some problems with Compact Framework and referencing assemblies from the 3.5 release. The problem shows during compile time with a nice message like "Consider app.config remapping of assembly "System.Data, Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "2.0.0.0" [] to Version "3.5.0.0" [c:\Program Files (x86)\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE\System.Data.dll] to solve the conflict and get rid of all warnings."
Content filed under "C#"
Marcus Grenängen, 2010-07-12 14:43
0 comments
Marcus Grenängen, 2010-06-14 11:46
The team ran into some problems using the C# CameraCaptureDialog class for taking pictures with the Compact Framework. When calling the ShowDialog() method it throws a OutOfMemoryException and the user is unable to capture a image.
Marcus Grenängen, 2009-10-02 12:19
If you want to use a C# based client to connect to a Java Axis based Web service and if the server is using complex types, you might get into some troubles / strange behavior when making a call to a method using complex types as it's argument(s).

