Re: Using windows application project on a mobile device



Hi Tom,

"Tom Berger" <BergersWorld2344@xxxxxxxxxxx> wrote in message
news:OmNOm3FoIHA.3652@xxxxxxxxxxxxxxxxxxxxxxx
When I try to compile it there are hundreds of errors conserning the
dataset. It mainly complaints about "System.Runtime.Seriazable" and other
things:

Binary Serialization isn't supported out of the box by the .NET Compact
Framework. If your application relies heavily upon this feature you may need
to investigate one of the third party serialization libraries which aim to
re-introduce this feature.

Why seems the dataset to be completely different on both target
plattforms? I would have expected that things like the dataset is
exactly the same with both frameworks...

Most of the dataset functionality is the same between both platforms.
However some features, and in particular some of the method overloads are
not present on the .NET CF implementation as a way to reduce the size of the
runtime

One feature which is quite different between the two platforms is the
handling of design time attributes such as BrowsableAttribute and
DesignerSerializationVisibilityAttribute. The easiest way in your case to
resolve these compiler errors is probably to get Visual Studio to regenerate
the dataset designer code behind file. This will cause it to be regenerated
into a form where the generated code doesn't make use of features not
present on the .NET Compact Framework (but won't affect how the resultant
class can be used).

Hope this helps,
Christopher Fairbairn


.



Relevant Pages

  • Re: System.Diagnostics.Debug
    ... > The initial release of the Visual Studio.NET debugger for the .NET Compact ... > Framework does not implement this feature. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: System.Diagnostics.Debug
    ... The initial release of the Visual Studio.NET debugger for the .NET Compact ... Framework does not implement this feature. ... listener classes within your application to handle the debug messages. ...
    (microsoft.public.dotnet.languages.vb)
  • About RDA with ActiveSync in .Net Compact Framework
    ... I am trying to carry out RDA with ActiveSync and code it in .Net Compact ... Framework. ... Does any libraries support this feature? ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Cant double click joins in VFP8 view designer
    ... I've used another framework for a few ... tracing through the code of the framework to see why this or that feature ... We currently use StoneField on an app that has 100 tables, ... They don't have a "visual" Designer, but that's not why the original view ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Rule-based AI in C
    ... Making rules dependent on other rules is indeed ... consider the minimal feature set a virtue. ... "framework" and fit ones code/ideas into its state of operation rather ... Because when writing your own implementation, ...
    (rec.games.roguelike.development)