.Net Compact Framework 2.0: Deploying an app

送分小仙女□ 提交于 2019-12-25 02:29:16

问题


I was used to building on .Net Compact Framework 1.0 with VS 2003 where you had the option to "build CABs" for your project, which is handy because I am sending the app to a remote site.

Now this project was rebuilt with VS 2005 and I don't have this same "build CABs" option. Is the deployment model with VS 2005 just to send the contents of the bin\Release folder?


回答1:


For VS 2005 I would add a Smart Device CAB project to the solution and create the CAB with that using the primary output of the original project.

The Smart Device CAB project can be found under Other Project Types/Setup and Deployment



来源:https://stackoverflow.com/questions/1578591/net-compact-framework-2-0-deploying-an-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!