.Net Compact Framework 2.0: Application Deployment

I was used to build on .Net Compact Framework 1.0 with VS 2003 where you had the option to "create a CAB" for your project, which is convenient because I am posting an application to a remote site.

This project has now been rebuilt with VS 2005 and I don't have the same "build CAB" option. Is the deployment model since VS 2005 just pushing the contents of the bin \ Release folder?

0


a source to share


1 answer


For VS 2005, I will add a CAB Smart Device project to the solution and create a CAB using the main output of the original project.



The Smart Devices CAB project can be found under Other Project Types / Customization and Deployment

+5


a source







All Articles