M
Mike C
I am having a problem debugging CF applications on PocketPC/Windows
Mobile devices. For development I am using VS2005 and have replicated
the problem on a Dell Axim running WM5.0, an Intermec 751 running
PocketPC 2003 and the VS emulator (I beleive running WM5.0).
The problem is this:
Even though I only have references to a few libraries (System,
System.Data, System.Windows.Forms and System.Data.SqlServerCE), when I
start debugging, it seems the entire framework is deployed to the
application directory. Even though the application is VB.Net 2.0,
libraries such as Microsoft.JScript.dll are also sent over.
The problem with all of this is that sending all of these files
usually eats up to much memory and I am unable to actually run the
application.
Is there some setting I am supposed to make that prevents these
unnecessary dlls from being sent over?
Thank you in advance,
Mike
Mobile devices. For development I am using VS2005 and have replicated
the problem on a Dell Axim running WM5.0, an Intermec 751 running
PocketPC 2003 and the VS emulator (I beleive running WM5.0).
The problem is this:
Even though I only have references to a few libraries (System,
System.Data, System.Windows.Forms and System.Data.SqlServerCE), when I
start debugging, it seems the entire framework is deployed to the
application directory. Even though the application is VB.Net 2.0,
libraries such as Microsoft.JScript.dll are also sent over.
The problem with all of this is that sending all of these files
usually eats up to much memory and I am unable to actually run the
application.
Is there some setting I am supposed to make that prevents these
unnecessary dlls from being sent over?
Thank you in advance,
Mike