How to deploy code in C# for PocketPC 2003 on CompactFramework.

  • Thread starter Thread starter vidishasharma
  • Start date Start date
V

vidishasharma

Hi,

I have made a compact framework application. I have to send this
application to my client so that he can have a look at code. I have to
write a document to instruct him to how run this application on
PocketPC 2003 emulator.

What instruction do I give him. Does he need to open the application
in visual studio to run that or it can be run directly from some
location.

any help on the same is most welcome.

Vidisha.
 
Device don't run code, they run assemblies. So the code must be compiled,
and that is typically done with Studio. Yes it can be done with the SDK
through a command line, but the mere fact that you're asking this question
tells me you shouldn't even attempt to get that working.

Send the customer your project, have him load it in Studio, compile and run.
 
Back
Top