Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

Mobile CAB Notes

Module Deployment and Dependencies When you create modules based on CAB, they're not automatically copied to the device because the shell has no reference to the modules. Here is what you have to do in order to get these assemblies deployed to the device
Posted by fcheung | 0 Comments

Limitations of Mobile CAB relative to full CAB

This document contains a list of limitations the CF version of CAB has compared with the desktop version. Events We were unable to provide support for generic event publications and subscriptions. As a result, right now publications and subscriptions
Posted by fcheung | 0 Comments

Differences between full .NET framework and .NETcf

Here are some differences we've discovered between the desktop and compact framework. methodInfo.Invoke: Exceptions raised by a dynamic invoke are raised a little differently. The dekstop wraps the raised exception inside a System.Exception instance,
Posted by fcheung | 0 Comments

Porting Issues: CompositeUI.Winforms Unit Tests

Issue 1: .NET CF Does not support System.Windows.Forms.GiveFeedbackEventArgs and DragEventArgs. In general lacks design time support. (resolution: short term - remove design time support, long term...) Issue 2: .NET CF Does not support System.Windows.Forms.TabControl.SelectedTab
Posted by fcheung | 0 Comments

Porting Issues: CompositeUI.Winforms assembly

Issue 1: .NET CF Does not support System.Windows.Forms.GiveFeedbackEventArgs and DragEventArgs. In general lacks design time support. (resolution: short term - remove design time support, long term...) Issue 2: .NET CF Does not support System.Windows.Forms.TabControl.SelectedTab
Posted by fcheung | 1 Comments

Porting Issues: CompositeUI Unit Tests

Generic Support We had to remove support for generic events/delegates. Here are the unit tests that we commented out: CanRegisterGenericEventHandlerSignatures SubscriberHandlesGenericEvent GenericSubscribersCanBeUsed Threading Support We commented out
Posted by fcheung | 0 Comments

Porting Issues: CompositeUI assembly

Issue 1: .NET CF Does not support System.Runtime.Serialization The follow types have been given the Serializable attribute: CyclicDependencyFoundException State StateElement StateException BuilderStrategyException AdapterMapServiceException CommandException
Posted by fcheung | 0 Comments

Porting Issues: ObjectBuilder Unit Tests

Deprecated unit tests related to circular references. This feature is not supported in the CF version of CAB. Compact Framework seems to through exceptions differently than the full .Net framework. On the full framework, MethodInfo.Invoke may throw an
Posted by fcheung | 0 Comments

Porting Issues: ObjectBuilder assembly

Here are most of the issues related to porting the ObjectBuilder assembly to .NETcf: Issue 1: .NET CF Does not support System.Runtime.Serialization (resolution: removed support for circular dependency) Issue 2: .NET CF Does not support System.Diagnostics.TraceSource
Posted by fcheung | 0 Comments

p&p Mobile Baseline Architecture Tooklit: Unleashed...

After months of working on the Mobile BAT project , it has finally been released to the Mobile community, and we can blog about it. This project will provide application blocks, quick starts, and guidance on how to create line of business applications
Posted by fcheung | 1 Comments
 
Page view tracker