且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在C#.net上创建可移植Exe,& VB.net

更新时间:2023-09-21 21:03:46

.net应用程序永远不会完全可移植.但是,如果您将每个参数存储在app.config中,并且部署了所有测定(未包含在框架中),并且没有使用需要在GAC中存储的测定,那么您的应用将可以在所有Compuetrs中移植,并且安装了该框架您的应用程序取决于.
A .net application will be never fully portable. But if you store every parameter in app.config and you deploy all your assamblies (not included in framework), and you don''t use assamblies that need to be in GAC, than your app will be portable across compuetrs havig installed the framework your application depends on.