.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