I am doing some work on a windows CE 6.0 application. The application loads a number of external assemblies dynamically using.
For my mobile app, I used the Add Web References to generate the client proxy to interact with my WCF service.
I am trying to make a 2-way binding of a class property. public class MyClass{ public MyField AField1{get;set;};
I have a mobile application that interacts with a WCF service. Do I have to host the wcf in IIS in order for the mobile to conne开发者_如何学Pythonct to it via internet?IIS is one hosting option, ot
I\'m working on a Compact Framework 2.0 project, and I\'m trying to launch a program \"B\" from within another program \"A\" using Process.Start. I\'ve done this several times before, but I\'m running
Say I have a method like this: public void SaveData() { try { foreach (var somevar1 in list.SomeType1s) { CEData.SaveRow(sometype1)
The DataG开发者_运维知识库rid in the .net compact framework (I\'m using v3.5) is a bit limited. I try to display a bool-value with app-defined texts like \"on/off\" or translations of \"true/false\".
I am work on smartApplication, Here when am trying to connect to my SQL Server CE 2005 database, I get the exception
I\'m using VS2008 and building a WinForms mobile application targetting the Compact Framework 3.5 and Pocket PC 5. I\'m using the VS unit test functionality and the tests run OK but won\'t stop at bre
I have implemented a p/invoke command in my compact framework based application which invokes the windows calibrate screen.