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

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top