本文介绍了减少C#中的设置文件大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我已经完成了一个基于社区的软件,它是一个完整的基于桌面的独立应用程序。我需要在机智应用程序中分发大量数据。我使用SQL compact DB作为后端。数据大小约为250 MB。 我的问题是,当我创建安装程序文件时,安装文件将达到265 MB,这非常大。因此,想要在不影响任何数据丢失的情况下减少设置文件大小。 我期待的空闲大小为100 MB。有人可以帮我解决这个问题吗? 谢谢。 我尝试过的事情: 没有想法如何实现这一要求。Hi,I have completed a community based software and it is a complete desktop based stand alone application. I need to distribute lots of data along wit application. I am using SQL compact DB as backend. Data is about 250 MB in size.My issue is, when i am creating Setup file setup file is coming to 265 MB which is very big. Hence, wanted to reduce setup file size without compromising any data loss.Idle size i am expecting is 100 MB. Can anybody help me how i can acheive this?Thanks.What I have tried:No Idea how to acheive this requirement.推荐答案 这篇关于减少C#中的设置文件大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-22 15:56
查看更多